Explorar o código

correct log()'s comment

svn:r350
Roger Dingledine %!s(int64=23) %!d(string=hai) anos
pai
achega
d8af672bb6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/log.h

+ 1 - 1
src/common/log.h

@@ -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__