mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 16:04:47 -05:00
Fix debug format %d -> %lu
This commit is contained in:
parent
2340954bd0
commit
d9889aebd2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue