mirror of https://gitee.com/openkylin/libvirt.git
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