Add DEBUG4 message for messages received during client handshake.

This commit is contained in:
Peter Johnson
2015-09-11 19:19:15 -07:00
parent 30ad381b6c
commit f7e603c7db

View File

@@ -353,6 +353,8 @@ bool DispatcherBase::ClientHandshake(
DEBUG("client: server disconnected during initial entries");
return false;
}
DEBUG4("received init str=" << msg->str() << " id=" << msg->id()
<< " seq_num=" << msg->seq_num_uid());
if (msg->Is(Message::kServerHelloDone)) break;
if (!msg->Is(Message::kEntryAssign)) {
// unexpected message