From: Roger Dingledine Date: Tue, 24 Jun 2003 05:18:12 +0000 (+0000) Subject: correct log()'s comment X-Git-Tag: tor-0.0.2pre8~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8af672bb6cb859e48eb39cee334d6dcf171518c;p=thirdparty%2Ftor.git correct log()'s comment svn:r350 --- diff --git a/src/common/log.h b/src/common/log.h index 2d77009ad1..0b3d57d6e7 100644 --- a/src/common/log.h +++ b/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__