Move raknet icon failure to a debug log

This commit is contained in:
Andrew 2023-01-20 17:42:39 -05:00
parent d7d27b00c4
commit fa9be860bd

View File

@ -300,7 +300,7 @@ class Stats:
server_icon = base64.encodebytes(ping_obj["icon"])
except Exception as e:
server_icon = False
logger.info(
logger.debug(
"Unable to read the server icon due to the following error:", exc_info=e
)
ping_data = {