Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
7d85a63f
Commit
7d85a63f
authored
Jul 15, 2011
by
Jelte Jansen
Browse files
[master] fix debug call for error responses in auth
parent
a365c21d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/auth_srv.cc
View file @
7d85a63f
...
...
@@ -290,7 +290,7 @@ makeErrorMessage(MessagePtr message, OutputBufferPtr buffer,
message
->
toWire
(
renderer
);
}
LOG_DEBUG
(
auth_logger
,
DBG_AUTH_MESSAGES
,
AUTH_SEND_ERROR_RESPONSE
)
.
arg
(
message
->
toText
()
);
.
arg
(
renderer
.
getLength
()).
arg
(
*
message
);
}
}
...
...
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