From d8af672bb6cb859e48eb39cee334d6dcf171518c Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 24 Jun 2003 05:18:12 +0000 Subject: correct log()'s comment svn:r350 --- src/common/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/log.h b/src/common/log.h index 2d77009ad..0b3d57d6e 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__ -- cgit v1.2.3