summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-04-09 20:59:48 +1000
committerDamien Miller <djm@mindrot.org>2003-04-09 20:59:48 +1000
commit996acd2476d9d34b18bb4f99012ea0927458f418 (patch)
tree1420f273ae5395fc0adc9aa25dcd44fe821884a6 /servconf.c
parent5f16a5ee4e35d36e72f8f72fb2334087cb2ea680 (diff)
*** empty log message ***
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c
index 2510659ee..c6fe371b2 100644
--- a/servconf.c
+++ b/servconf.c
@@ -910,7 +910,7 @@ parse_flag:
910 goto parse_int; 910 goto parse_int;
911 911
912 case sDeprecated: 912 case sDeprecated:
913 log("%s line %d: Deprecated option %s", 913 logit("%s line %d: Deprecated option %s",
914 filename, linenum, arg); 914 filename, linenum, arg);
915 while (arg) 915 while (arg)
916 arg = strdelim(&cp); 916 arg = strdelim(&cp);