Reduce log level of xrp/xrp offer payment step

This fixes #3181
This commit is contained in:
Jeroen Meulemeester
2020-01-11 13:51:06 +01:00
committed by Manoj doshi
parent 687cdbb78b
commit ecbbabfc3c

View File

@@ -117,7 +117,7 @@ toStep (
if (isXRP (curIssue.currency) && isXRP (outCurrency))
{
JLOG (j.warn()) << "Found xrp/xrp offer payment step";
JLOG (j.info()) << "Found xrp/xrp offer payment step";
return {temBAD_PATH, std::unique_ptr<Step>{}};
}