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

Yi Wang posted 1 patch 3 years, 10 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/1592899092-37617-1-git-send-email-wang.yi59@zte.com.cn
src/qemu/qemu_security.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] qemu: Correct the log name for qemu_security.c
Posted by Yi Wang 3 years, 10 months ago
From: Liao Pingfang <liao.pingfang@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@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

Re: [PATCH] qemu: Correct the log name for qemu_security.c
Posted by Michal Privoznik 3 years, 10 months ago
On 6/23/20 9:58 AM, Yi Wang wrote:
> From: Liao Pingfang <liao.pingfang@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@zte.com.cn>
> ---
>   src/qemu/qemu_security.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed.

Michal