log unknown message type

This commit is contained in:
Pierangelo Masarati 2007-09-13 17:54:15 +00:00
parent 202080dfa1
commit a09b4c5f20

View File

@ -1064,7 +1064,9 @@ do_syncrep2(
default:
Debug( LDAP_DEBUG_ANY, "do_syncrep2: %s "
"unknown message\n", si->si_ridtxt, 0, 0 );
"unknown message (0x%02lx)\n",
si->si_ridtxt,
(unsigned long)ldap_msgtype( msg ), 0 );
break;
}