mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Move raknet icon failure to a debug log
This commit is contained in:
parent
d7d27b00c4
commit
fa9be860bd
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user