X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-fetch.c;h=de6f3074b1121fdbcbe8bf0593dee446a17fb08e;hb=ec74042dc7d81238d2c6d898331ff3b7e12a5d75;hp=7568163af24df630c215e05b6082ed764150a315;hpb=b61971520738dbdc7ea2e46f8183dffe7fa4f48d;p=git.git diff --git a/builtin-fetch.c b/builtin-fetch.c index 7568163af..de6f3074b 100644 --- a/builtin-fetch.c +++ b/builtin-fetch.c @@ -607,7 +607,7 @@ static void set_option(const char *name, const char *value) { int r = transport_set_option(transport, name, value); if (r < 0) - die("Option \"%s\" value \"%s\" is not valid for %s\n", + die("Option \"%s\" value \"%s\" is not valid for %s", name, value, transport->url); if (r > 0) warning("Option \"%s\" is ignored for %s\n",