From 42c33f92a981a95cefd253744a9620bd2c778c84 Mon Sep 17 00:00:00 2001
From: Neil Schark <neil.schark@h-da.de>
Date: Wed, 6 Mar 2024 11:29:07 +0000
Subject: [PATCH] wip

---
 controller/eventService/Service.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/controller/eventService/Service.go b/controller/eventService/Service.go
index 5204fa208..fd344ce76 100644
--- a/controller/eventService/Service.go
+++ b/controller/eventService/Service.go
@@ -85,7 +85,7 @@ func connect(addr string) (*amqp.Connection, error) {
 	// Will equal two Minuten of retries
 	retries := 60
 
-	logrus.Infof("will try to connect to: %s", addr)
+	logrus.Infof("will try to connect to rabbitmq: %s", addr)
 
 	for i := 0; i < retries; i++ {
 		conn, err := amqp.Dial(addr)
-- 
GitLab