Merge branch 'tweak/raknet-icon-failure' into 'dev'

Move raknet icon failure to a debug log

See merge request crafty-controller/crafty-4!537
This commit is contained in:
Iain Powrie 2023-01-27 19:57:14 +00:00
commit 833f33718f
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
- Added further login screen customisation settings. ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/531))
- Set backup filename to use same time as schedule. ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/534))
- Move Schedules to from DB to Queue Datatype. ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/535))
- Move raknet icon failure to a debug log. ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/537))
### Lang
TBD
<br><br>

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 = {