Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Streaming Server
Commits
d881f624
Commit
d881f624
authored
Sep 04, 2020
by
Juergen Enge
Browse files
error message changed
parent
464508ba
Pipeline
#13797
passed with stages
in 3 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkg/memostream/memoServerHandlerMain.go
View file @
d881f624
...
...
@@ -79,6 +79,6 @@ func (ms *memoServer) mainHandler(w http.ResponseWriter, req *http.Request) {
}
}
}
ms
.
DoPanicf
(
w
,
http
.
StatusInternalServerError
,
"
Cannot execute
action %s on signature %s
: %v
"
,
action
,
me
.
Signature
,
err
)
ms
.
DoPanicf
(
w
,
http
.
StatusInternalServerError
,
"
no handler for
action %s on signature %s
found
"
,
action
,
me
.
Signature
)
return
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment