mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
lifecycle: align "KILL_EVENT received" messages across code-base
To align the logging messages with the rest of the code, this message should be aligned with another similar occurrence in epoll_helper.rs Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
committed by
Rob Bradford
parent
67340c5295
commit
0dc3282ae0
@@ -300,7 +300,7 @@ impl SerialManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
EpollDispatch::Kill => {
|
EpollDispatch::Kill => {
|
||||||
info!("KILL event received, stopping epoll loop");
|
info!("KILL_EVENT received, stopping epoll loop");
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user