summaryrefslogtreecommitdiff
path: root/src/lib/log/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/log/log.h')
-rw-r--r--src/lib/log/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log/log.h b/src/lib/log/log.h
index da4bcbe608..2abe752171 100644
--- a/src/lib/log/log.h
+++ b/src/lib/log/log.h
@@ -26,7 +26,7 @@
#error "Your syslog.h thinks high numbers are more important. " \
"We aren't prepared to deal with that."
#endif
-#else /* !(defined(HAVE_SYSLOG_H)) */
+#else /* !defined(HAVE_SYSLOG_H) */
/* Note: Syslog's logging code refers to priorities, with 0 being the most
* important. Thus, all our comparisons needed to be reversed when we added
* syslog support.