Skip to content

Commit

Permalink
item_parse: change logger type.
Browse files Browse the repository at this point in the history
  • Loading branch information
elsongabriel committed Mar 11, 2024
1 parent f6b52bc commit 6192aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/functions/item/item_parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ void ItemParse::createAndRegisterScript(ItemType &itemType, pugi::xml_node attri
}
if (subValueAttribute.as_bool() == false) {
weapon->setDisabledChain();
g_logger().warn("Chain disabled for weapon: {}", itemType.name);
g_logger().trace("Chain disabled for weapon: {}", itemType.name);
}
}
}
Expand Down

0 comments on commit 6192aca

Please sign in to comment.