debug: Remove extra linefeed in monitor.log (#10252)

This commit is contained in:
Dave May
2021-03-29 09:22:27 -04:00
committed by GitHub
parent b72bafaaed
commit 5e6cb151c5
2 changed files with 1 additions and 1 deletions

View File

@@ -567,7 +567,6 @@ func (c *OperatorDebugCommand) startMonitor(path, idKey, nodeID string, client *
continue
}
fh.Write(out.Data)
fh.WriteString("\n")
case err := <-errCh:
fh.WriteString(fmt.Sprintf("monitor: %s\n", err.Error()))