mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
log unknown message type
This commit is contained in:
parent
202080dfa1
commit
a09b4c5f20
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user