Log unknown messages in detail.

This commit is contained in:
JoelKatz
2012-06-18 23:00:26 -07:00
parent 409340e921
commit f6f64aac75

View File

@@ -508,6 +508,7 @@ void Peer::processReadBuffer()
default:
std::cerr << "Unknown Msg: " << type << std::endl;
std::cerr << strHex(&mReadbuf[0], mReadbuf.size());
}
}
}