mirror of
https://github.com/SSLMate/certspotter.git
synced 2025-06-27 10:15:33 +02:00
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…
x
Reference in New Issue
Block a user