diff --git a/src/ripple/app/paths/impl/PaySteps.cpp b/src/ripple/app/paths/impl/PaySteps.cpp index 9e177ee316..a7eb6da42c 100644 --- a/src/ripple/app/paths/impl/PaySteps.cpp +++ b/src/ripple/app/paths/impl/PaySteps.cpp @@ -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{}}; }