mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -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)
|
writers = append(writers, c)
|
||||||
readers = append(readers, c)
|
readers = append(readers, c)
|
||||||
}
|
}
|
||||||
log.Info("Starting up... ")
|
log.Info("Starting up...")
|
||||||
return writers, readers
|
return writers, readers
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue