From: Pierangelo Masarati Date: Sat, 29 Sep 2007 11:22:31 +0000 (+0000) Subject: fix format X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~20^2~586 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=27e747ad48d8414458c1ff31a85143c9b0602e2f;p=openldap fix format --- diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index c492eb9412..deb76220e2 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -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