mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 11:22:26 +00:00
balloon.rs: BalloonEpollHandler: Fix wrong error in handle_event
error!("Unknown event for virtio-mem"); This error should be error!("Unknown event for virtio-balloon"); Signed-off-by: Hui Zhu <teawater@antfin.com>
This commit is contained in:
parent
de88bef429
commit
d03a48162f
@ -297,7 +297,7 @@ impl EpollHelperHandler for BalloonEpollHandler {
|
||||
}
|
||||
}
|
||||
_ => {
|
||||
error!("Unknown event for virtio-mem");
|
||||
error!("Unknown event for virtio-balloon");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user