mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
When an SSH command fails we want to be able to see, via a panic() why and where it failed. Replace use of .unwrap_or_default() from SSH command calls to ensure that we can see the location of the panic. Also enhance the existing SSH output code to show the error if there is one. Signed-off-by: Rob Bradford <robert.bradford@intel.com>