chore: changing logging level of this message to something more appropriate
This commit is contained in:
committed by
Julian Murgia
parent
aeffe09e34
commit
f7c8b98f3b
@@ -343,10 +343,9 @@ func unregister_object(object: ESCObject, room_key: ESCRoomObjectsKey) -> void:
|
|||||||
# Report this as a warning and not an error since this method may be
|
# Report this as a warning and not an error since this method may be
|
||||||
# called as part of an objectd's forced registration and the object not
|
# called as part of an objectd's forced registration and the object not
|
||||||
# yet being managed.
|
# yet being managed.
|
||||||
escoria.logger.report_warnings(
|
escoria.logger.debug(
|
||||||
"ESCObjectManager:unregister_object()",
|
"ESCObjectManager:unregister_object(): Unable to unregister object.",
|
||||||
[
|
[
|
||||||
"Unable to unregister object.",
|
|
||||||
"Object with global ID %s room (%s, %s) not found. If this was" %
|
"Object with global ID %s room (%s, %s) not found. If this was" %
|
||||||
[
|
[
|
||||||
"?" if object == null else object.global_id,
|
"?" if object == null else object.global_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user