]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/attr.c
More struct berval DN changes
[openldap] / servers / slapd / back-ldbm / attr.c
index b9cbd7e2e581cf02cc279e9ccc919e63f964a595..b4cbf2d1e7a5e08564119dbf67f6443195c3a5fd 100644 (file)
@@ -183,10 +183,10 @@ attr_index_config(
 
 #ifdef NEW_LOGGING
                LDAP_LOG(( "backend", LDAP_LEVEL_DETAIL1,
-                          "attr_index_config: index %s 0x%04x\n",
+                          "attr_index_config: index %s 0x%04lx\n",
                           ad->ad_cname.bv_val, mask ));
 #else
-               Debug( LDAP_DEBUG_CONFIG, "index %s 0x%04x\n",
+               Debug( LDAP_DEBUG_CONFIG, "index %s 0x%04lx\n",
                        ad->ad_cname.bv_val, mask, 0 ); 
 #endif