[PATCH] qemu: Correct the log name for qemu_security.c

Yi Wang wang.yi59 at zte.com.cn
Tue Jun 23 07:58:12 UTC 2020


From: Liao Pingfang <liao.pingfang at zte.com.cn>

Correct the log name for qemu_security.c to qemu.qemu_security
instead of qemu.qemu_process.

Signed-off-by: Liao Pingfang <liao.pingfang at zte.com.cn>
---
 src/qemu/qemu_security.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_security.c b/src/qemu/qemu_security.c
index f49c089..3b6d6e9 100644
--- a/src/qemu/qemu_security.c
+++ b/src/qemu/qemu_security.c
@@ -26,7 +26,7 @@
 
 #define VIR_FROM_THIS VIR_FROM_QEMU
 
-VIR_LOG_INIT("qemu.qemu_process");
+VIR_LOG_INIT("qemu.qemu_security");
 
 
 int
-- 
2.9.5




More information about the libvir-list mailing list