Removed logging subsystem from webcit. It's all syslog now.
[citadel.git] / webcit / useredit.c
index 7ef2166f73d0e514ea2ed29da972431aba4d0494..51db279ea9f90f3fef122afb11c6bf1b555ec578 100644 (file)
@@ -480,7 +480,7 @@ TRYAGAIN:
                        serv_puts("000");
                }
                else 
-                       lprintf(1, "Error while creating user vcard: %s\n", ChrPtr(Buf));
+                       syslog(1, "Error while creating user vcard: %s\n", ChrPtr(Buf));
                goto TRYAGAIN;
        }
        FreeStrBuf(&Buf);