mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
correct log()'s comment
svn:r350
This commit is contained in:
+1
-1
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user