Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
722c0d9a
Commit
722c0d9a
authored
Jun 17, 2021
by
Sietse Ringers
Browse files
docs: clarify log message on missing key
parent
e31347be
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/keyshare/keyshareserver/server.go
View file @
722c0d9a
...
...
@@ -163,7 +163,7 @@ func (s *Server) handleCommitments(w http.ResponseWriter, r *http.Request) {
return
}
if
len
(
keys
)
==
0
{
s
.
conf
.
Logger
.
Info
(
"Malformed request: no keys
over which to
commit specified"
)
s
.
conf
.
Logger
.
Info
(
"Malformed request: no keys
for
commit
ment
specified"
)
server
.
WriteError
(
w
,
server
.
ErrorInvalidRequest
,
"No key specified"
)
return
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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