Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yanjun Zhou <zhouya@vmware.com>
  • Loading branch information
yanjunz97 committed Mar 23, 2022
1 parent 100cd4d commit 43e3e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/flow-visibility/clickhouse-monitor/main.go
Expand Up @@ -78,7 +78,7 @@ func main() {
} else if remainingRoundsNum == 0 {
go monitorMemory(connect)
} else {
klog.Fatalf("Remaining rounds number to be skipped should be larger than 0, but got %d", remainingRoundsNum)
klog.Fatalf("Remaining rounds number to be skipped should be larger than or equal to 0, but got %d", remainingRoundsNum)
}
}
}
Expand Down

0 comments on commit 43e3e53

Please sign in to comment.