Add a space after colon in log message
This commit is contained in:
parent
62649aae08
commit
61b6c3bf2a
|
@ -251,7 +251,7 @@ func (s *FilesystemState) NotifyError(ctx context.Context, ctlog *loglist.Log, e
|
|||
if ctlog == nil {
|
||||
log.Print(err)
|
||||
} else {
|
||||
log.Print(ctlog.GetMonitoringURL(), ":", err)
|
||||
log.Print(ctlog.GetMonitoringURL(), ": ", err)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue