mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
Merge branch 'develop' into tapanito/bugfix/graceful-disconect
This commit is contained in:
@@ -248,7 +248,7 @@ AMMLiquidity<TIn, TOut>::getOffer(
|
||||
return offer;
|
||||
}
|
||||
|
||||
JLOG(j_.error()) << "AMMLiquidity::getOffer, failed "
|
||||
JLOG(j_.debug()) << "AMMLiquidity::getOffer, no valid offer "
|
||||
<< ammContext_.multiPath() << " "
|
||||
<< ammContext_.curIters() << " "
|
||||
<< (clobQuality ? clobQuality->rate() : STAmount{})
|
||||
|
||||
@@ -423,7 +423,7 @@ DirectIPaymentStep::check(
|
||||
!((*sleLine)[sfFlags] & authField) &&
|
||||
(*sleLine)[sfBalance] == beast::zero)
|
||||
{
|
||||
JLOG(j_.warn())
|
||||
JLOG(j_.debug())
|
||||
<< "DirectStepI: can't receive IOUs from issuer without auth."
|
||||
<< " src: " << src_;
|
||||
return terNO_AUTH;
|
||||
|
||||
Reference in New Issue
Block a user