You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/commands.rs
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,7 @@ fn connect_or_start_server(
322
322
}
323
323
}
324
324
ServerStartup::AddrInUse => {
325
-
debug!("AddrInUse: possible parallel server bootstraps, retrying..")
325
+
debug!("AddrInUse: possible parallel server bootstraps, retrying..");
326
326
}
327
327
ServerStartup::TimedOut => bail!(
328
328
"Timed out waiting for server startup. Maybe the remote service is unreachable?\nRun with SCCACHE_LOG=debug SCCACHE_NO_DAEMON=1 to get more information"
0 commit comments