SYSLOG: more places to correct the loglevel parameters.
[citadel.git] / webcit / useredit.c
index 97d0eec93a177d4763f160b12767690c200c5657..b195567862d8cf757bf7843e372fbf12204c6a37 100644 (file)
@@ -576,7 +576,7 @@ TRYAGAIN:
                        serv_puts("000");
                }
                else 
-                       syslog(1, "Error while creating user vcard: %s\n", ChrPtr(Buf));
+                       syslog(LOG_WARNING, "Error while creating user vcard: %s\n", ChrPtr(Buf));
                goto TRYAGAIN;
        }
        FreeStrBuf(&Buf);