From e7a999364e59bce07eea54e386ae821e8ff6df9f Mon Sep 17 00:00:00 2001 From: Tim Wiederhake Date: Thu, 15 Apr 2021 10:12:13 +0200 Subject: [PATCH] virlog: Remove stray "todo" in comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: 8fe30b2167b5b56461b11dbf02aca83030070caf Signed-off-by: Tim Wiederhake Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- src/util/virlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/virlog.c b/src/util/virlog.c index 8a582a06c0..78be1993cd 100644 --- a/src/util/virlog.c +++ b/src/util/virlog.c @@ -1315,7 +1315,7 @@ virLogFilterNew(const char *match, ret->priority = priority; /* We must treat 'foo' as equiv to '*foo*' for g_pattern_match - * todo substring matches, so add 2 extra bytes + * substring matches, so add 2 extra bytes */ ret->match = g_new0(char, mlen + 3); ret->match[0] = '*'; -- 2.47.2