downgrade error when auction finishes with no bids

it's legal now
This commit is contained in:
Crypto City 2023-08-16 20:14:41 +00:00
parent 792322f61a
commit 6f141f344c

View File

@ -2716,7 +2716,7 @@ place_found:
MINFO("Auction " << auction.id << " ends now");
if (auction.bids.empty())
{
MERROR("Ending auction has no bids");
MDEBUG("Ending auction has no bids");
events.add_full(cg, auction.seller, 0, 0, ITEM_NONE, 0, 0, 0) << "Auction lapsed without a buyer";
cg.auction_ends.push_back(auction.id);
return true;