mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
fix format
This commit is contained in:
parent
37e295f269
commit
27e747ad48
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ chkResponseList(
|
|||
"ldap_chkResponseList returns ld %p NULL\n", (void *)ld, 0, 0);
|
||||
} else {
|
||||
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 );
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue