virlog: Remove stray "todo" in comment

Fixes: 8fe30b2167
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Tim Wiederhake 2021-04-15 10:12:13 +02:00 committed by Ján Tomko
parent 5729d94917
commit e7a999364e

View File

@ -1315,7 +1315,7 @@ virLogFilterNew(const char *match,
ret->priority = priority; ret->priority = priority;
/* We must treat 'foo' as equiv to '*foo*' for g_pattern_match /* 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 = g_new0(char, mlen + 3);
ret->match[0] = '*'; ret->match[0] = '*';