]> granicus.if.org Git - apache/commitdiff
Ups. Fix typo. We are logging int, not string.
authorMladen Turk <mturk@apache.org>
Mon, 2 Oct 2006 10:26:13 +0000 (10:26 +0000)
committerMladen Turk <mturk@apache.org>
Mon, 2 Oct 2006 10:26:13 +0000 (10:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@451953 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/ajp_header.c

index 16802ec45dab2eceb128435deea6b87a98d03d40..3f58bd06dbf11b684b6741691caf103e3a755f9c 100644 (file)
@@ -220,7 +220,7 @@ static apr_status_t ajp_marshal_into_msgb(ajp_msg_t *msg,
 
     if ((method = sc_for_req_method_by_id(r->method_number)) == UNKNOWN_METHOD) {
         ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server,
-               "ajp_marshal_into_msgb - No such method number %s",
+               "ajp_marshal_into_msgb - No such method number %d",
                r->method_number);
         return AJP_EBAD_METHOD;
     }