mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-28 13:18:04 +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 {
|
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() {
|
||||||
|
|
Loading…
Reference in a new issue