mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Should not be a warning
This commit is contained in:
@@ -36,7 +36,7 @@ TER OfferCancelTransactor::doApply ()
|
||||
|
||||
if (sleOffer)
|
||||
{
|
||||
WriteLog (lsWARNING, OfferCancelTransactor) << "OfferCancel: uOfferSequence=" << uOfferSequence;
|
||||
WriteLog (lsDEBUG, OfferCancelTransactor) << "OfferCancel: uOfferSequence=" << uOfferSequence;
|
||||
|
||||
terResult = mEngine->getNodes ().offerDelete (sleOffer, uOfferIndex, mTxnAccountID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user