transport-helper.c: do not translate a string twice
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
6b5b309f5e
commit
739fb7167d
@ -573,7 +573,7 @@ static int run_connect(struct transport *transport, struct strbuf *cmdbuf)
|
|||||||
fprintf(stderr, "Debug: Falling back to dumb "
|
fprintf(stderr, "Debug: Falling back to dumb "
|
||||||
"transport.\n");
|
"transport.\n");
|
||||||
} else {
|
} else {
|
||||||
die(_(_("unknown response to connect: %s")),
|
die(_("unknown response to connect: %s"),
|
||||||
cmdbuf->buf);
|
cmdbuf->buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user