diff --git a/controller/eventService/Service.go b/controller/eventService/Service.go
index 5204fa208a2a6b23ea001305475901aab0add556..fd344ce760e138998b41e12237d5606aafe9d735 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)