]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove extra and un-needed ""
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 12 Jun 2018 17:14:23 +0000 (17:14 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 12 Jun 2018 17:14:23 +0000 (17:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1833416 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_session.c

index e7fbc9ecbb4b5f589c2d03d634ef23e8b321cb69..3b9ac75e8743c378a69a54265c89a312e0a0f0df 100644 (file)
@@ -1215,7 +1215,7 @@ apr_status_t h2_session_set_prio(h2_session *session, h2_stream *stream,
 
         rv = nghttp2_session_change_stream_priority(session->ngh2, stream->id, &ps);
         ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, session->c, 
-                      ""H2_STRM_LOG(APLOGNO(03203), stream, 
+                      H2_STRM_LOG(APLOGNO(03203), stream, 
                       "PUSH %s, weight=%d, depends=%d, returned=%d"),
                       ptype, ps.weight, ps.stream_id, rv);
         status = (rv < 0)? APR_EGENERAL : APR_SUCCESS;