added a debug log

This commit is contained in:
Matthew R Kasun 2022-01-26 16:06:45 -05:00
parent 5306cff2e8
commit d5b43e7444

View file

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