mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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_MQ :
|
||||||
CALC_NODE_DELIVER_MAX_LOOPS))
|
CALC_NODE_DELIVER_MAX_LOOPS))
|
||||||
{
|
{
|
||||||
JLOG (j_.fatal) << "loop count exceeded";
|
JLOG (j_.warning) << "loop count exceeded";
|
||||||
return telFAILED_PROCESSING;
|
return telFAILED_PROCESSING;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user