Skip to content

Commit

Permalink
fix: changes the registering of items already in a room from ERROR to…
Browse files Browse the repository at this point in the history
… WARN.
  • Loading branch information
BHSDuncan committed Dec 15, 2022
1 parent b2547da commit 2db5818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func register_object(object: ESCObject, room: ESCRoom = null, force: bool = fals

if not force and _object_exists_in_room(object, room_key) \
and _object_state_in_room_is_default(object, room_key):
escoria.logger.error(
escoria.logger.warn(
self,
"Object with global id '%s' in room %s already registered from node path %s."
% [
Expand Down

0 comments on commit 2db5818

Please sign in to comment.