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
ISC Open Source Projects
Kea
Commits
8b555fcb
Commit
8b555fcb
authored
May 25, 2012
by
Mukund Sivaraman
Browse files
[1704] Update comment about using locking in the logger
parent
93fb5cab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/log/logger_impl.cc
View file @
8b555fcb
...
...
@@ -116,8 +116,8 @@ LoggerImpl::lookupMessage(const MessageID& ident) {
void
LoggerImpl
::
outputRaw
(
const
Severity
&
severity
,
const
string
&
message
)
{
// Use a
lock file
for mutual exclusion from other
processes to
// avoid log messages getting interspersed
// Use a
n interprocess sync locker
for mutual exclusion from other
//
processes to
avoid log messages getting interspersed
.
InterprocessSyncLocker
locker
(
*
sync_
);
...
...
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