diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 3b138bbc5..b5ceac3ee 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -1495,6 +1495,10 @@ void CLI2::findUUIDs () changes = true; } } + + if (changes) + if (context.config.getInteger ("debug.parser") >= 3) + context.debug (dump ("CLI2::prepareFilter findUUIDs")); } /*