mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
krata: log when a guest start failures occurs
This commit is contained in:
@ -134,6 +134,7 @@ impl GuestReconciler {
|
||||
guest.state.as_mut().unwrap().error_info = Some(GuestErrorInfo {
|
||||
message: error.to_string(),
|
||||
});
|
||||
warn!("failed to start guest {}: {}", guest.id, error);
|
||||
true
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user