CLI2: Combined two conditions

This commit is contained in:
Paul Beckingham 2015-09-11 08:43:55 -04:00
parent f22322bc18
commit 442ef6a29b

View file

@ -518,9 +518,9 @@ void CLI2::demotion ()
}
}
if (changes)
if (context.config.getInteger ("debug.parser") >= 2)
context.debug (dump ("CLI2::analyze demotion"));
if (changes &&
context.config.getInteger ("debug.parser") >= 2)
context.debug (dump ("CLI2::analyze demotion"));
}
////////////////////////////////////////////////////////////////////////////////