X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;h=5e47e70bdde1553c5bd02f1a398e725eacc61f9d;hb=c34c2775f70ea5557ec411b40f8e9b9eb7c19f2c;hp=9ec539d93159a295ab26ff3fc01ee3a69e15b297;hpb=d4e7c02850526b98ad2bd15ebf105f08eab98fc6;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index 9ec539d93..5e47e70bd 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -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"