Updated log statement

pull/375/head
Mark Qvist 2023-09-19 10:13:04 +02:00
rodzic 21c6dbfce0
commit ffe1beb7ae
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -1806,8 +1806,7 @@ class Transport:
file.close()
except Exception as e:
RNS.log("Error writing packet to cache", RNS.LOG_ERROR)
RNS.log("The contained exception was: "+str(e))
RNS.log("Error writing packet to cache. The contained exception was: "+str(e), RNS.LOG_ERROR)
@staticmethod
def get_cached_packet(packet_hash):