From 27e747ad48d8414458c1ff31a85143c9b0602e2f Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 29 Sep 2007 11:22:31 +0000 Subject: [PATCH] fix format --- libraries/libldap/result.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5