mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
This improves the observability whether a migration failed because of the sender or because of some error on the receiving side. Using a simple log message is simpler than introducing a new error enum to differentiate between SendError and RemoteError. On-behalf-of: SAP philipp.schuster@sap.com Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>