Max handhsakes reached is now a debug warning

This commit is contained in:
arkpar 2016-02-16 03:05:05 +01:00
parent fa316c21ae
commit 33e8d749d2

View File

@ -513,7 +513,7 @@ impl<Message> Host<Message> where Message: Send + Sync + Clone {
});
Arc::new(Mutex::new(handshake))
}).is_none() {
warn!("Max handshakes reached");
debug!("Max handshakes reached");
}
}