mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 22:57:15 +00:00
[Fix] Change logging level for no items found in a bazaar search to reduce spam logs. (#4675)
This commit is contained in:
+1
-1
@@ -283,7 +283,7 @@ Bazaar::GetSearchResults(
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (item_results.empty()) {
|
if (item_results.empty()) {
|
||||||
LogError("Bazaar - No items found in bazaar search.");
|
LogTradingDetail("Bazaar - No items found in bazaar search.");
|
||||||
return all_entries;
|
return all_entries;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user