aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/log.h')
-rw-r--r--src/common/log.h2
1 files changed, 1 insertions, 1 deletions
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__