X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=sideband.c;h=0a60662fa64b34a9b70c9c362fac02aa8c61083c;hb=e1dd499513a363434d1ed4cd5e409fea17a93b28;hp=ef851113c44ee91e594734bf68567110b7ac8c6b;hpb=aff812ce3cb81decaff5d14b2e5122120c8fa894;p=thirdparty%2Fgit.git diff --git a/sideband.c b/sideband.c index ef851113c4..0a60662fa6 100644 --- a/sideband.c +++ b/sideband.c @@ -147,7 +147,7 @@ int demultiplex_sideband(const char *me, char *buf, int len, switch (band) { case 3: if (die_on_error) - die("remote error: %s", buf + 1); + die(_("remote error: %s"), buf + 1); strbuf_addf(scratch, "%s%s", scratch->len ? "\n" : "", DISPLAY_PREFIX); maybe_colorize_sideband(scratch, buf + 1, len);