From 4414c548105d0d766ae5a50d4a49c1319284682c Mon Sep 17 00:00:00 2001 From: porosnicuadrian Date: Wed, 15 Dec 2021 15:27:36 +0200 Subject: [PATCH] Modified errors output --- ees/ees.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ees/ees.go b/ees/ees.go index 7592e5321..8a9a9f1c7 100644 --- a/ees/ees.go +++ b/ees/ees.go @@ -349,10 +349,10 @@ func (eeS *EeS) V1ArchiveEventsInReply(ctx *context.Context, args *ArchiveEvents return fmt.Errorf("exporter config with ID: %s is missing", expID) } if !eesCfg.Synchronous { - return fmt.Errorf("exporter with ID: %q is not synchronous", expID) + return fmt.Errorf("exporter with ID: %s is not synchronous", expID) } if eesCfg.ExportPath != utils.MetaBuffer { - return fmt.Errorf("exporter with ID: %q has an invalid ExportPath for archiving", expID) + return fmt.Errorf("exporter with ID: %s has an invalid ExportPath for archiving", expID) } var dc *utils.SafeMapStorage if dc, err = newEEMetrics(utils.FirstNonEmpty(