ssh remoting: Log server version check result (#19622)

Release Notes:

- N/A
This commit is contained in:
Thorsten Ball 2024-10-23 18:30:48 +02:00 committed by GitHub
parent 622c266160
commit 6a0c19fcf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1494,6 +1494,7 @@ impl SshRemoteConnection {
if installed_version.trim() == version.to_string() {
server_binary_exists = true;
}
log::info!("checked remote server binary for version. latest version: {}. remote server version: {}", version.to_string(), installed_version.trim());
}
}