fix format

This commit is contained in:
Pierangelo Masarati 2007-09-29 11:22:31 +00:00
parent 37e295f269
commit 27e747ad48

View File

@ -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