Syslog: adjust loglevels to sane values.
[citadel.git] / webcit / webcit.c
index 78d08f18172f79c3768c52fb03235e44c5a9d7ad..d02f8084e3e78207f70d6817af6c08ee2159cb54 100644 (file)
@@ -233,7 +233,7 @@ void http_redirect(const char *whichpage) {
  */
 void http_transmit_thing(const char *content_type, int is_static)
 {
-       syslog(9, "http_transmit_thing(%s)%s", content_type, ((is_static > 0) ? " (static)" : ""));
+       syslog(LOG_DEBUG, "http_transmit_thing(%s)%s", content_type, ((is_static > 0) ? " (static)" : ""));
        output_headers(0, 0, 0, 0, 0, is_static);
 
        hprintf("Content-type: %s\r\n"