mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
[Fix] Change logging level for no items found in a bazaar search to reduce spam logs. (#4675)
This commit is contained in:
parent
d9d2d5d47c
commit
dfb089b0c1
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user