Fixed a typo commst.rs.

This commit is contained in:
Peter van Nostrand 2018-05-20 19:52:18 -04:00
parent 465f17d9a5
commit 1930ea8b7d
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ impl<'a, P: Message + 'a, M: Into<P> + From<P> + Send + 'a> CommsTask<'a, P, M>
message: message.into(),
}).unwrap();
}
Err(proto_io::Error(proto_io::ErrorKind::Protobuf(e), _)) {
Err(proto_io::Error(proto_io::ErrorKind::Protobuf(e), _)) => {
warn!("Node {} - Protobuf error {}", node_index, e)
}
Err(e) => {