Skip to content

Commit

Permalink
Lower logging level for replication finished message
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Jun 26, 2024
1 parent aeb0391 commit 41cf505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aquadoggo/src/replication/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ impl ConnectionManager {

/// Handle successful replication sessions.
async fn on_replication_finished(&mut self, peer: Peer, _session_id: SessionId) {
info!("Finished replication with peer {}", peer.display());
debug!("Finished replication with peer {}", peer.display());

match self.peers.get_mut(&peer) {
Some(status) => {
Expand Down

0 comments on commit 41cf505

Please sign in to comment.