Browse Source

added a debug log

Matthew R Kasun 3 years ago
parent
commit
d5b43e7444
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mq/mq.go

+ 1 - 0
mq/mq.go

@@ -83,6 +83,7 @@ var UpdateNode mqtt.MessageHandler = func(client mqtt.Client, msg mqtt.Message)
 				return
 			}
 		}
+		logger.Log(1, "no need to update peers")
 	}()
 }