[Fix] Change logging level for no items found in a bazaar search to reduce spam logs. (#4675)

This commit is contained in:
Mitch Freeman 2025-02-13 13:21:15 -04:00 committed by GitHub
parent d9d2d5d47c
commit dfb089b0c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -283,7 +283,7 @@ Bazaar::GetSearchResults(
);
if (item_results.empty()) {
LogError("Bazaar - No items found in bazaar search.");
LogTradingDetail("Bazaar - No items found in bazaar search.");
return all_entries;
}