]> git.sur5r.net Git - openldap/commitdiff
Fix debug format %d -> %lu
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 25 Jul 2005 21:03:08 +0000 (21:03 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 25 Jul 2005 21:03:08 +0000 (21:03 +0000)
servers/slapd/bconfig.c

index 17ca8812de5351a4e40db88519e35df2bbca08dc..0c23e4b4177eb2d7798328d8987e6a777d77cc3c 100644 (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 );
        }