mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 04:55:52 +00:00
Fix logging.
This commit is contained in:
@@ -490,13 +490,13 @@ TER OfferCreateTransactor::doApply ()
|
|||||||
|
|
||||||
if (sleCancel)
|
if (sleCancel)
|
||||||
{
|
{
|
||||||
WriteLog (lsWARNING, OfferCancelTransactor) << "OfferCreate: uCancelSequence=" << uCancelSequence;
|
WriteLog (lsWARNING, OfferCreateTransactor) << "OfferCreate: uCancelSequence=" << uCancelSequence;
|
||||||
|
|
||||||
terResult = mEngine->getNodes ().offerDelete (sleCancel, uCancelIndex, mTxnAccountID);
|
terResult = mEngine->getNodes ().offerDelete (sleCancel, uCancelIndex, mTxnAccountID);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
WriteLog (lsWARNING, OfferCancelTransactor) << "OfferCreate: offer not found: "
|
WriteLog (lsWARNING, OfferCreateTransactor) << "OfferCreate: offer not found: "
|
||||||
<< RippleAddress::createHumanAccountID (mTxnAccountID)
|
<< RippleAddress::createHumanAccountID (mTxnAccountID)
|
||||||
<< " : " << uCancelSequence
|
<< " : " << uCancelSequence
|
||||||
<< " : " << uCancelIndex.ToString ();
|
<< " : " << uCancelIndex.ToString ();
|
||||||
|
|||||||
Reference in New Issue
Block a user