CLI2: Eliminate compiler warnings by adding missing diagnostics

This commit is contained in:
Paul Beckingham 2015-06-20 08:57:03 -07:00
parent d92a6c3ee8
commit 035b7d5c5e

View file

@ -1495,6 +1495,10 @@ void CLI2::findUUIDs ()
changes = true; changes = true;
} }
} }
if (changes)
if (context.config.getInteger ("debug.parser") >= 3)
context.debug (dump ("CLI2::prepareFilter findUUIDs"));
} }
/* /*