clarify ccms logs

This commit is contained in:
Christoph Kluge
2026-03-02 14:10:28 +01:00
parent 3d5a124321
commit 718ff60221
5 changed files with 17 additions and 17 deletions

View File

@@ -339,7 +339,7 @@ func runServer(ctx context.Context) error {
err := metricdispatch.Init(mscfg)
if err != nil {
cclog.Debugf("initializing metricdispatch: %v", err)
cclog.Debugf("error while initializing external metricdispatch: %v", err)
} else {
haveMetricstore = true
}