Skip to content

Commit fecd8da

Browse files
committed
assign log tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924197 13f79535-47bb-0310-9956-ffa450edef68
1 parent fcb18d8 commit fecd8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/http2/h2_session.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ static int on_frame_not_send_cb(nghttp2_session *ngh2,
637637
stream = get_stream(session, stream_id);
638638
h2_util_frame_print(frame, buffer, sizeof(buffer)/sizeof(buffer[0]));
639639
ap_log_cerror(APLOG_MARK, APLOG_ERR, 0, session->c1,
640-
H2_SSSN_LOG(APLOGNO(), session,
640+
H2_SSSN_LOG(APLOGNO(10509), session,
641641
"not sent FRAME[%s], error %d: %s"),
642642
buffer, ngh2_err, nghttp2_strerror(ngh2_err));
643643
if(stream) {

0 commit comments

Comments
 (0)