ssh remoting: Log server version check result (#19622)
Release Notes: - N/A
This commit is contained in:
parent
622c266160
commit
6a0c19fcf9
1 changed files with 1 additions and 0 deletions
|
@ -1494,6 +1494,7 @@ impl SshRemoteConnection {
|
||||||
if installed_version.trim() == version.to_string() {
|
if installed_version.trim() == version.to_string() {
|
||||||
server_binary_exists = true;
|
server_binary_exists = true;
|
||||||
}
|
}
|
||||||
|
log::info!("checked remote server binary for version. latest version: {}. remote server version: {}", version.to_string(), installed_version.trim());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue