Fix debug format %d -> %lu

This commit is contained in:
Hallvard Furuseth 2005-07-25 21:03:08 +00:00
parent 2340954bd0
commit d9889aebd2

View file

@ -1906,7 +1906,7 @@ slap_loglevel_register( slap_mask_t m, struct berval *s )
rc = slap_verbmasks_append( &loglevel_ops, m, s, loglevel_ignore );
if ( rc != 0 ) {
Debug( LDAP_DEBUG_ANY, "slap_loglevel_register(%d, \"%s\") failed\n",
Debug( LDAP_DEBUG_ANY, "slap_loglevel_register(%lu, \"%s\") failed\n",
m, s->bv_val, 0 );
}