mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 14:57:42 +00:00
qemu: Correct the log name for qemu_security.c
Correct the log name for qemu_security.c to qemu.qemu_security instead of qemu.qemu_process. Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
d74c5c63da
commit
36b1e8669d
@ -26,7 +26,7 @@
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_QEMU
|
||||
|
||||
VIR_LOG_INIT("qemu.qemu_process");
|
||||
VIR_LOG_INIT("qemu.qemu_security");
|
||||
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user