diff options
Diffstat (limited to 'builtin-push.c')
-rw-r--r-- | builtin-push.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin-push.c b/builtin-push.c index 70b1168fa..23143be54 100644 --- a/builtin-push.c +++ b/builtin-push.c @@ -339,6 +339,8 @@ static int do_push(const char *repo) err = run_command_v_opt(argv, RUN_GIT_CMD); if (!err) continue; + + error("failed to push to '%s'", uri[i]); switch (err) { case -ERR_RUN_COMMAND_FORK: die("unable to fork for %s", sender); |