Reduce DeliverNodeReverse log severity

This commit is contained in:
Miguel Portilla
2015-11-09 13:03:25 -05:00
committed by Nik Bougalis
parent 9a6a064307
commit f8edc203e7

View File

@@ -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;
}