From 71ba6f1803034af40740b88a257f7e5ed255aa73 Mon Sep 17 00:00:00 2001 From: Vincent Toms Date: Fri, 23 Oct 2020 13:03:16 -0400 Subject: [PATCH] Update main.go --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index a2f415e..50e8fd1 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,6 @@ package main + import ( "crypto/tls" "encoding/json" @@ -52,7 +53,7 @@ func worker(input <-chan notification, cert tls.Certificate, topic string, produ // loop on the channel and send when something // is ready to send for messageParts := range input { - log.Println("Sending message to: ", messageParts.token) + log.Println("Sending message to this user: ", messageParts.token) payload := NewPayload()