]> git.sur5r.net Git - openldap/commitdiff
fix format
authorPierangelo Masarati <ando@openldap.org>
Sat, 29 Sep 2007 11:22:31 +0000 (11:22 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 29 Sep 2007 11:22:31 +0000 (11:22 +0000)
libraries/libldap/result.c

index c492eb94125643f313a3c32bc08f69ae8b244a95..deb76220e2b434df1943e9d2ebbc365a9e19a2ca 100644 (file)
@@ -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