Merge branch 'develop' into tapanito/bugfix/graceful-disconect

This commit is contained in:
Vito Tumas
2025-08-14 19:09:20 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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{})

View File

@@ -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;