mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-25 17:18:12 -07:00
Updated log statement
This commit is contained in:
+1
-2
@@ -1806,8 +1806,7 @@ class Transport:
|
|||||||
file.close()
|
file.close()
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
RNS.log("Error writing packet to cache", RNS.LOG_ERROR)
|
RNS.log("Error writing packet to cache. The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||||
RNS.log("The contained exception was: "+str(e))
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_cached_packet(packet_hash):
|
def get_cached_packet(packet_hash):
|
||||||
|
|||||||
Reference in New Issue
Block a user