Skip to content
Snippets Groups Projects
Commit 19032950 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Print information about control used.

parent ffe44891
No related branches found
No related tags found
No related merge requests found
......@@ -1047,6 +1047,14 @@ main( int argc, char **argv )
printf("\n# with manageDSAit %scontrol",
manageDSAit > 1 ? "critical " : "" );
}
if ( noop ) {
printf("\n# with noop %scontrol",
noop > 1 ? "critical " : "" );
}
if ( valuesReturnFilter ) {
printf("\n# with valuesReturnFilter %scontrol: %s",
valuesReturnFilter > 1 ? "critical " : "", vrFilter );
}
printf( "\n#\n\n" );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment