correct log()'s comment

svn:r350
This commit is contained in:
Roger Dingledine
2003-06-24 05:18:12 +00:00
parent 3dcc34491b
commit d8af672bb6
+1 -1
View File
@@ -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__