Skip to content
Snippets Groups Projects
Commit dd4119fc authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

ITS#5286 Debug() format

parent 88e1d9c6
No related branches found
No related tags found
No related merge requests found
......@@ -362,7 +362,7 @@ done2:;
} else {
for ( i = 0; !BER_BVISNULL( &set[ i ] ); i++ ) {
Debug( LDAP_DEBUG_ACL, " ACL set[%d]=%s\n", i, set[i].bv_val, 0 );
Debug( LDAP_DEBUG_ACL, " ACL set[%ld]=%s\n", i, set[i].bv_val, 0 );
}
}
}
......
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