mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-11 22:07:27 -08:00
Remove extra space in log output
This commit is contained in:
parent
35c952e344
commit
aa5cdcb11e
|
@ -179,7 +179,7 @@ func buildClients(cfg *config) ([]writer, []reader) {
|
|||
writers = append(writers, c)
|
||||
readers = append(readers, c)
|
||||
}
|
||||
log.Info("Starting up... ")
|
||||
log.Info("Starting up...")
|
||||
return writers, readers
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue