aboutsummaryrefslogtreecommitdiff
path: root/src/event/quic/ngx_event_quic_bpf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/quic/ngx_event_quic_bpf.c')
-rw-r--r--src/event/quic/ngx_event_quic_bpf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event/quic/ngx_event_quic_bpf.c b/src/event/quic/ngx_event_quic_bpf.c
index f449793ea..4d5c3adae 100644
--- a/src/event/quic/ngx_event_quic_bpf.c
+++ b/src/event/quic/ngx_event_quic_bpf.c
@@ -400,8 +400,8 @@ ngx_quic_bpf_get_group(ngx_cycle_t *cycle, ngx_listening_t *ls)
}
ngx_log_debug2(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
- "quic bpf sockmap fd duplicated old:%i new:%i",
- ogrp->map_fd, grp->map_fd);
+ "quic bpf sockmap fd duplicated old:%i new:%i",
+ ogrp->map_fd, grp->map_fd);
return grp;
}