- Restored message about nested alias safety valve.
This commit is contained in:
Paul Beckingham 2014-11-10 22:19:15 -05:00
parent d5d60b672a
commit 55d7442abc

View file

@ -733,6 +733,9 @@ void CLI::aliasExpansion ()
}
while (action && counter++ < safetyValveDefault);
if (counter >= safetyValveDefault)
context.debug (format (STRING_PARSER_ALIAS_NEST, safetyValveDefault));
if (changes &&
context.config.getInteger ("debug.parser") >= 3)
context.debug (context.cli.dump ("CLI::analyze aliasExpansion"));