mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-18 18:15:50 +00:00
Reduce DeliverNodeReverse log severity
This commit is contained in:
committed by
Nik Bougalis
parent
9a6a064307
commit
f8edc203e7
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user