diff --git a/src/ripple/app/paths/cursor/DeliverNodeReverse.cpp b/src/ripple/app/paths/cursor/DeliverNodeReverse.cpp index c9235251d0..3164556c26 100644 --- a/src/ripple/app/paths/cursor/DeliverNodeReverse.cpp +++ b/src/ripple/app/paths/cursor/DeliverNodeReverse.cpp @@ -83,7 +83,7 @@ TER PathCursor::deliverNodeReverseImpl ( CALC_NODE_DELIVER_MAX_LOOPS_MQ : CALC_NODE_DELIVER_MAX_LOOPS)) { - JLOG (j_.fatal) << "loop count exceeded"; + JLOG (j_.warning) << "loop count exceeded"; return telFAILED_PROCESSING; }