Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ZerXes
Tor
Commits
d8af672b
Commit
d8af672b
authored
Jun 24, 2003
by
Roger Dingledine
Browse files
correct log()'s comment
svn:r350
parent
3dcc3449
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/log.h
View file @
d8af672b
...
...
@@ -19,7 +19,7 @@
void
log_set_severity
(
int
severity
);
/* Outputs a message to stdout
and also logs the same message using syslog.
*/
/* Outputs a message to stdout */
void
log
(
int
severity
,
const
char
*
format
,
...)
CHECK_PRINTF
(
2
,
3
);
#ifdef __GNUC__
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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