mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
lxc: fix a warning typo in virLXCControllerEventSend
s/becuase/because/ Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
8de47efd3f
commit
cc5b920b24
@ -2011,7 +2011,7 @@ virLXCControllerEventSend(virLXCControllerPtr ctrl,
|
||||
virNetMessagePtr msg;
|
||||
|
||||
if (!ctrl->client) {
|
||||
VIR_WARN("Dropping event %d becuase libvirtd is not connected", procnr);
|
||||
VIR_WARN("Dropping event %d because libvirtd is not connected", procnr);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user