CLI2: Combined two conditions
This commit is contained in:
@@ -518,9 +518,9 @@ void CLI2::demotion ()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (changes)
|
if (changes &&
|
||||||
if (context.config.getInteger ("debug.parser") >= 2)
|
context.config.getInteger ("debug.parser") >= 2)
|
||||||
context.debug (dump ("CLI2::analyze demotion"));
|
context.debug (dump ("CLI2::analyze demotion"));
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user