diff --git a/managed/services/supervisord/logs.go b/managed/services/supervisord/logs.go index c8943c8f1fc..e670442eae4 100644 --- a/managed/services/supervisord/logs.go +++ b/managed/services/supervisord/logs.go @@ -317,7 +317,7 @@ func readLog(name string, readLines int) ([]byte, time.Time, error) { } if readLines != -1 { - // Do not decrease the counter for unlimited line count + // Do not decrease the counter when unlimited line count lineCount-- }