Skip to content

Commit 9c7237b

Browse files
wdberkeleyCopilot
andauthored
Copilot fixes other robot's bad code #2
Co-authored-by: Copilot <[email protected]>
1 parent 9a54987 commit 9c7237b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v/cluster/partition.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ partition::timequery(storage::timequery_config cfg) {
680680
if (local_query_cfg.min_offset > local_query_cfg.max_offset) {
681681
vlog(
682682
clusterlog.debug,
683-
"[{}] timequery: early return (nullopt) at line 658 - "
683+
"[{}] timequery: early return (nullopt) - "
684684
"adjusted_min={} > max={}, raft_start_offset={} (kafka={})",
685685
_raft->ntp(),
686686
local_query_cfg.min_offset,

0 commit comments

Comments
 (0)