mirror of
https://github.com/prometheus/prometheus
synced 2025-02-04 14:13:32 +00: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 New Issue
Block a user