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

Fix filter printing

parent 80e026a1
Branches
Tags
No related merge requests found
......@@ -911,7 +911,7 @@ static int dosearch(
sprintf( filter, filtpatt, value );
if ( verbose ) {
fprintf( stderr, "filter is: (%s)\n", filter );
fprintf( stderr, "filter: %s\n", filter );
}
if( ldif < 2 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment