diff --git a/workers.go b/workers.go index 931b365..ad228be 100644 --- a/workers.go +++ b/workers.go @@ -34,8 +34,7 @@ func MQGetMsgWorker(id int, msgs chan<- ChatWarsMessage) { //log.Printf("MQGetMsgWorker[" + strconv.Itoa(id) + "] : Connected to RabbitMQ") log.Printf("MQGetMsgWorker["+strconv.Itoa(id)+"] : Session address : %p.\n", &s) log.Printf("MQGetMsgWorker["+strconv.Itoa(id)+"] : Queue address : %p.\n", &s.MQQueue) - log.Printf("MQGetMsgWorker["+strconv.Itoa(id)+"] : Queue name : %s.\n", s.Queue) - log.Printf("MQGetMsgWorker["+strconv.Itoa(id)+"] : Queue name address : %s.\n", &s.MQQueue.Name) + log.Printf("MQGetMsgWorker["+strconv.Itoa(id)+"] : Queue name : %s.\n", &s.Queue) /* m, err := s.MQChannel.Consume( s.MQQueue.Name, // queue