]> git.ipfire.org Git - thirdparty/git.git/blobdiff - attr.c
Merge branch 'jk/loose-object-cache'
[thirdparty/git.git] / attr.c
diff --git a/attr.c b/attr.c
index eaece6658d64b2129332ffab39e30485730f3306..b63fe0fc0e99caa07dc2e6da816e1ac8d5942df6 100644 (file)
--- a/attr.c
+++ b/attr.c
@@ -366,8 +366,8 @@ static struct match_attr *parse_attr_line(const char *line, const char *src,
        if (strlen(ATTRIBUTE_MACRO_PREFIX) < namelen &&
            starts_with(name, ATTRIBUTE_MACRO_PREFIX)) {
                if (!macro_ok) {
-                       fprintf(stderr, "%s not allowed: %s:%d\n",
-                               name, src, lineno);
+                       fprintf_ln(stderr, _("%s not allowed: %s:%d"),
+                                  name, src, lineno);
                        goto fail_return;
                }
                is_macro = 1;