Adjust a log message to clarify that it refers to client tags
authorFabian Keil <fk@fabiankeil.de>
Sun, 27 Dec 2020 14:32:02 +0000 (15:32 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sat, 2 Jan 2021 12:55:03 +0000 (13:55 +0100)
client-tags.c

index 6ba60f6..5cb873d 100644 (file)
@@ -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;
       }
    }