From 7dd841e44a78ee8a5a2d4f958459c6ed1704321c Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 2 Jun 2017 13:25:44 -0400 Subject: [PATCH] lib/ctf-writer/writer.c: logging: change tag to `CTF-WRITER` MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- lib/ctf-writer/writer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ctf-writer/writer.c b/lib/ctf-writer/writer.c index 70f22e56..a5efe477 100644 --- a/lib/ctf-writer/writer.c +++ b/lib/ctf-writer/writer.c @@ -26,7 +26,7 @@ * SOFTWARE. */ -#define BT_LOG_TAG "WRITER" +#define BT_LOG_TAG "CTF-WRITER" #include #include -- 2.34.1