]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/attr.c
Add start of discussion of strings in LDAP/X.500 and OpenLDAP.
[openldap] / servers / slapd / back-bdb / attr.c
index 908c63a0d112a2edd24b2661762766f5910c99aa..b60f82c8dedb33932c0a708859016aa4bdb86804 100644 (file)
@@ -181,11 +181,11 @@ bdb_attr_index_config(
                }
 
 #ifdef NEW_LOGGING
-               LDAP_LOG(( "backend", LDAP_LEVEL_DETAIL1,
-                       "attr_index_config: index %s 0x%04x\n",
-                       ad->ad_cname.bv_val, mask ));
+               LDAP_LOG( BACK_BDB, DETAIL1, 
+                       "attr_index_config: index %s 0x%04lx\n",
+                       ad->ad_cname.bv_val, mask, 0 );
 #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