SYSLOG: more places to correct the loglevel parameters.
[citadel.git] / webcit / useredit.c
index a6041d7e6c58bd93266835578f56015023e5500e..f710513cbc316e6c453bd8cd59780b216c279af3 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);