]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
correct log()'s comment
authorRoger Dingledine <arma@torproject.org>
Tue, 24 Jun 2003 05:18:12 +0000 (05:18 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 24 Jun 2003 05:18:12 +0000 (05:18 +0000)
svn:r350

src/common/log.h

index 2d77009ad1910835fa46bec47ffe9f8226146caf..0b3d57d6e7412331d63ff4302bebb3a54bae5fce 100644 (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__