From 13e34676e2639e0cee4e3733f68825ca145cd9c2 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 27 Dec 2020 15:32:02 +0100 Subject: [PATCH] Adjust a log message to clarify that it refers to client tags --- client-tags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-tags.c b/client-tags.c index 6ba60f65..5cb873d4 100644 --- a/client-tags.c +++ b/client-tags.c @@ -659,7 +659,7 @@ int client_tag_match(const struct pattern_spec *pattern, { if (0 == regexec(pattern->pattern.tag_regex, tag->str, 0, NULL, 0)) { - log_error(LOG_LEVEL_TAGGING, "Tag '%s' matches", tag->str); + log_error(LOG_LEVEL_TAGGING, "Client tag '%s' matches", tag->str); return 1; } } -- 2.39.2