fix a couple of misformats

This commit is contained in:
Pierangelo Masarati 2001-11-14 16:17:30 +00:00
parent a8437c2038
commit 098c4a15d4
5 changed files with 6 additions and 6 deletions

View File

@ -285,7 +285,7 @@ retry: rc = txn_abort( ltid );
text = "commit failed";
} else {
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 );
rc = LDAP_SUCCESS;
text = NULL;

View File

@ -295,7 +295,7 @@ retry: /* transaction retry */
} else {
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 );
rc = LDAP_SUCCESS;
text = NULL;

View File

@ -275,7 +275,7 @@ bdb_idl_insert_key(
/* for printable keys only */
Debug( LDAP_DEBUG_ARGS,
"=> bdb_idl_insert_key: %s %ld\n",
key->data, (long) id, 0 );
(char *)key->data, (long) id, 0 );
assert( id != NOID );
@ -359,7 +359,7 @@ bdb_idl_delete_key(
/* for printable keys only */
Debug( LDAP_DEBUG_ARGS,
"=> bdb_idl_delete_key: %s %ld\n",
key->data, (long) id, 0 );
(char *)key->data, (long) id, 0 );
assert( id != NOID );

View File

@ -312,7 +312,7 @@ retry: /* transaction retry */
text = "commit failed";
} else {
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 );
rc = LDAP_SUCCESS;
text = NULL;

View File

@ -536,7 +536,7 @@ retry: /* transaction retry */
text = "commit failed";
} else {
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 );
rc = LDAP_SUCCESS;
text = NULL;