X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;h=d02f8084e3e78207f70d6817af6c08ee2159cb54;hb=0a539bec4b26705fffd322796e683aa214863abb;hp=78d08f18172f79c3768c52fb03235e44c5a9d7ad;hpb=472512fe97f1bbb08f4318329b4706cfabf21e38;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index 78d08f181..d02f8084e 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"