Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
156bbd7
for
log.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:
2010-04-13T23:55:30Z (
14 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
21c87a7
,
f9ed311
Parents:
c0417e8
Message:
Log to stderr+syslog until daemonized. Current behaviour is too confusing
and annoying.
File:
1 edited
log.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
log.c
rc0417e8
r156bbd7
172
172
fprintf(stdout, "Debug: %s\n", message);
173
173
#endif
174
/* Always log stuff in syslogs too. */
175
log_syslog(level, message);
174
176
return;
175
177
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive