summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.c b/log.c
index 84e4ce0ac..685717aef 100644
--- a/log.c
+++ b/log.c
@@ -127,7 +127,7 @@ error(const char *fmt,...)
127/* Log this message (information that usually should go to the log). */ 127/* Log this message (information that usually should go to the log). */
128 128
129void 129void
130log(const char *fmt,...) 130logit(const char *fmt,...)
131{ 131{
132 va_list args; 132 va_list args;
133 133