Silence the logs

This commit is contained in:
Kirill Bulatov 2024-10-09 18:16:22 +03:00
parent b703514d0e
commit b6ba4fcc51

View file

@ -695,7 +695,7 @@ impl SshRemoteClient {
loop { loop {
timer.next().await; timer.next().await;
log::info!("Sending heartbeat to server..."); log::debug!("Sending heartbeat to server...");
let result = client.ping(HEARTBEAT_TIMEOUT).await; let result = client.ping(HEARTBEAT_TIMEOUT).await;
if result.is_err() { if result.is_err() {