mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 04:16:15 +02: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…
x
Reference in New Issue
Block a user