*** empty log message ***
diff --git a/log.c b/log.c
index 84e4ce0..685717a 100644
--- a/log.c
+++ b/log.c
@@ -127,7 +127,7 @@
 /* Log this message (information that usually should go to the log). */
 
 void
-log(const char *fmt,...)
+logit(const char *fmt,...)
 {
 	va_list args;