Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
d06af04
in code for
logger.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Mar 7, 2014, 4:08:56 PM (
11 years
ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
bacf9da
Parents:
a76f866
git-author:
Mike Belopuhov <mike@…> (03/07/14 16:04:20)
git-committer:
Mike Belopuhov <mike@…> (03/07/14 16:08:56)
Message:
Don't log default group ("1") messages
File:
1 edited
logger.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
logger.c
ra76f866
rd06af04
245
245
struct icbd_logentry e;
246
246
struct iovec iov[2];
247
const char *defgrp = "1";
247
248
248
249
if (!dologging)
250
return;
251
252
if (strcmp(group, defgrp) == 0)
249
253
return;
250
254
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive