*** empty log message ***
diff --git a/servconf.c b/servconf.c
index 2510659..c6fe371 100644
--- a/servconf.c
+++ b/servconf.c
@@ -910,7 +910,7 @@
 		goto parse_int;
 
 	case sDeprecated:
-		log("%s line %d: Deprecated option %s",
+		logit("%s line %d: Deprecated option %s",
 		    filename, linenum, arg);
 		while (arg)
 		    arg = strdelim(&cp);