mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
fix format
This commit is contained in:
parent
37e295f269
commit
27e747ad48
@ -244,7 +244,7 @@ chkResponseList(
|
|||||||
"ldap_chkResponseList returns ld %p NULL\n", (void *)ld, 0, 0);
|
"ldap_chkResponseList returns ld %p NULL\n", (void *)ld, 0, 0);
|
||||||
} else {
|
} else {
|
||||||
Debug( LDAP_DEBUG_TRACE,
|
Debug( LDAP_DEBUG_TRACE,
|
||||||
"ldap_chkResponseList returns ld %p msgid %d, type 0x%02lu\n",
|
"ldap_chkResponseList returns ld %p msgid %d, type 0x%02lx\n",
|
||||||
(void *)ld, lm->lm_msgid, (unsigned long)lm->lm_msgtype );
|
(void *)ld, lm->lm_msgid, (unsigned long)lm->lm_msgtype );
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user