From e2b9bda5ec8893217c9222f9182c76f1d3064b12 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Mon, 18 Nov 2024 10:05:08 +0100 Subject: [PATCH] chore: update logging text --- internal/route.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/route.go b/internal/route.go index 50a6d4b..77fea94 100644 --- a/internal/route.go +++ b/internal/route.go @@ -48,7 +48,7 @@ func (gatewayServer GatewayServer) Initialize() *mux.Router { duplicates := findDuplicateRouteNames(dynamicRoutes) if len(duplicates) != 0 { for _, duplicate := range duplicates { - logger.Error("Duplicated route named was found: %s ", duplicate) + logger.Error("Duplicated route name was found: %s ", duplicate) } } m := gatewayServer.middlewares