Tweaked signature warning display

This commit is contained in:
Mark Qvist 2023-10-31 22:29:07 +01:00
parent 5f74ac590c
commit 6b12bc7982
3 changed files with 10 additions and 5 deletions

View file

@ -681,7 +681,7 @@ class SidebandCore():
try:
if app_data == None:
app_data = b""
RNS.log("Received "+str(dest_type)+" announce for "+RNS.prettyhexrep(dest)+" with data: "+app_data.decode("utf-8"))
RNS.log("Received "+str(dest_type)+" announce for "+RNS.prettyhexrep(dest)+" with data: "+app_data.decode("utf-8"), RNS.LOG_DEBUG)
self._db_save_announce(dest, app_data, dest_type)
self.setstate("app.flags.new_announces", True)