From ccadbd116c3aae137ba2f2f2c9c38b307bd9ce0d Mon Sep 17 00:00:00 2001 From: Uriel Fanelli Date: Mon, 14 Aug 2023 20:01:29 +0200 Subject: [PATCH] Improved log --- orchestrator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator.go b/orchestrator.go index d421690..b22bb5e 100644 --- a/orchestrator.go +++ b/orchestrator.go @@ -165,7 +165,7 @@ func (b *AbstractBridge) WaitAndClean(entity AbstractMulticast) { log.Println("Ip reachable, cluster OK") continue } else { - log.Println("Situation non consistent, restart from green field.") + log.Println("Ip absent, restart from green field.") entity.HierarchyArray = entity.HierarchyArray[:0] entity.HierarchyArray = slices.Clip(entity.HierarchyArray) entity.AddUniqueAndSort(b.hIerarchyNumber)