mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
c91d25ea64
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>