Removed logging subsystem from webcit. It's all syslog now.
[citadel.git] / webcit / inetconf.c
index 51fcc946f7eabd4b23c3eda992919d1470b9f07c..ab284758766ce0be1a5a244ac64447209347856b 100644 (file)
@@ -70,7 +70,7 @@ void load_inetconf(void)
                        GetHash(WCC->InetCfg, ChrPtr(CfgToken), StrLength(CfgToken), &vHash);
                        Hash = (HashList*) vHash;
                        if (Hash == NULL) {
-                               lprintf(1, "ERROR Loading inet config line: [%s]\n", 
+                               syslog(1, "ERROR Loading inet config line: [%s]\n", 
                                        ChrPtr(Buf));
                                FreeStrBuf(&Value);
                                continue;