Fix a typo in a log call (#604)

This commit is contained in:
Julian Murgia
2022-07-11 23:03:45 +02:00
committed by GitHub
parent 2e67aa9973
commit 833f9bb503

View File

@@ -102,7 +102,7 @@ func register_object(object: ESCObject, room: ESCRoom = null, force: bool = fals
object.node.global_id = object.global_id
escoria.logger.warn(
self,
"Registering ESCObject %s with empty global_id." % object.name +
"Registering ESCObject %s with empty global_id." % object.node.name +
"Using node's full path as global_id: %s"
% object.node.global_id
)