mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-14 22:14:23 +00:00
Silence the logs
This commit is contained in:
parent
b703514d0e
commit
b6ba4fcc51
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ impl SshRemoteClient {
|
|||
loop {
|
||||
timer.next().await;
|
||||
|
||||
log::info!("Sending heartbeat to server...");
|
||||
log::debug!("Sending heartbeat to server...");
|
||||
|
||||
let result = client.ping(HEARTBEAT_TIMEOUT).await;
|
||||
if result.is_err() {
|
||||
|
|
Loading…
Reference in a new issue