diff --git a/src/peer.cpp b/src/peer.cpp
index 14b85db46c9fa5e13ad3446c8a4fa41caec57de6..e0a1fbcd96185d3c4da0d5f294d475c2ef264f31 100644
--- a/src/peer.cpp
+++ b/src/peer.cpp
@@ -176,7 +176,7 @@ bool Peer::reconnect() {
 
 	URI uri(uri_);
 
-	LOG(1) << "Reconnecting to " << uri_.to_string() << " ...";
+	LOG(INFO) << "Reconnecting to " << uri_.to_string() << " ...";
 
 	try {
 		_connect();