mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix a couple of misformats
This commit is contained in:
parent
a8437c2038
commit
098c4a15d4
@ -285,7 +285,7 @@ retry: rc = txn_abort( ltid );
|
|||||||
text = "commit failed";
|
text = "commit failed";
|
||||||
} else {
|
} else {
|
||||||
Debug( LDAP_DEBUG_TRACE,
|
Debug( LDAP_DEBUG_TRACE,
|
||||||
"bdb_add: added id=%08x dn=\"%s\"\n",
|
"bdb_add: added id=%08lx dn=\"%s\"\n",
|
||||||
e->e_id, e->e_dn, 0 );
|
e->e_id, e->e_dn, 0 );
|
||||||
rc = LDAP_SUCCESS;
|
rc = LDAP_SUCCESS;
|
||||||
text = NULL;
|
text = NULL;
|
||||||
|
@ -295,7 +295,7 @@ retry: /* transaction retry */
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
Debug( LDAP_DEBUG_TRACE,
|
Debug( LDAP_DEBUG_TRACE,
|
||||||
"bdb_add: added id=%08x dn=\"%s\"\n",
|
"bdb_add: added id=%08lx dn=\"%s\"\n",
|
||||||
e->e_id, e->e_dn, 0 );
|
e->e_id, e->e_dn, 0 );
|
||||||
rc = LDAP_SUCCESS;
|
rc = LDAP_SUCCESS;
|
||||||
text = NULL;
|
text = NULL;
|
||||||
|
@ -275,7 +275,7 @@ bdb_idl_insert_key(
|
|||||||
/* for printable keys only */
|
/* for printable keys only */
|
||||||
Debug( LDAP_DEBUG_ARGS,
|
Debug( LDAP_DEBUG_ARGS,
|
||||||
"=> bdb_idl_insert_key: %s %ld\n",
|
"=> bdb_idl_insert_key: %s %ld\n",
|
||||||
key->data, (long) id, 0 );
|
(char *)key->data, (long) id, 0 );
|
||||||
|
|
||||||
assert( id != NOID );
|
assert( id != NOID );
|
||||||
|
|
||||||
@ -359,7 +359,7 @@ bdb_idl_delete_key(
|
|||||||
/* for printable keys only */
|
/* for printable keys only */
|
||||||
Debug( LDAP_DEBUG_ARGS,
|
Debug( LDAP_DEBUG_ARGS,
|
||||||
"=> bdb_idl_delete_key: %s %ld\n",
|
"=> bdb_idl_delete_key: %s %ld\n",
|
||||||
key->data, (long) id, 0 );
|
(char *)key->data, (long) id, 0 );
|
||||||
|
|
||||||
assert( id != NOID );
|
assert( id != NOID );
|
||||||
|
|
||||||
|
@ -312,7 +312,7 @@ retry: /* transaction retry */
|
|||||||
text = "commit failed";
|
text = "commit failed";
|
||||||
} else {
|
} else {
|
||||||
Debug( LDAP_DEBUG_TRACE,
|
Debug( LDAP_DEBUG_TRACE,
|
||||||
"bdb_modify: updated id=%08x dn=\"%s\"\n",
|
"bdb_modify: updated id=%08lx dn=\"%s\"\n",
|
||||||
e->e_id, e->e_dn, 0 );
|
e->e_id, e->e_dn, 0 );
|
||||||
rc = LDAP_SUCCESS;
|
rc = LDAP_SUCCESS;
|
||||||
text = NULL;
|
text = NULL;
|
||||||
|
@ -536,7 +536,7 @@ retry: /* transaction retry */
|
|||||||
text = "commit failed";
|
text = "commit failed";
|
||||||
} else {
|
} else {
|
||||||
Debug( LDAP_DEBUG_TRACE,
|
Debug( LDAP_DEBUG_TRACE,
|
||||||
"bdb_modrdn: added id=%08x dn=\"%s\"\n",
|
"bdb_modrdn: added id=%08lx dn=\"%s\"\n",
|
||||||
e->e_id, e->e_dn, 0 );
|
e->e_id, e->e_dn, 0 );
|
||||||
rc = LDAP_SUCCESS;
|
rc = LDAP_SUCCESS;
|
||||||
text = NULL;
|
text = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user