git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] missing small substitution
@ 2006-10-30  2:33 Nicolas Pitre
  0 siblings, 0 replies; only message in thread
From: Nicolas Pitre @ 2006-10-30  2:33 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git


Signed-off-by: Nicolas Pitre <nico@cam.org>

---

diff --git a/fetch-clone.c b/fetch-clone.c
index 96cdab4..f629d8d 100644
--- a/fetch-clone.c
+++ b/fetch-clone.c
@@ -46,7 +46,7 @@ static int get_pack(int xd[2], const cha
 	side_pid = setup_sideband(sideband, me, fd, xd);
 	pid = fork();
 	if (pid < 0)
-		die("%s: unable to fork off git-unpack-objects", me);
+		die("%s: unable to fork off %s", me, argv[0]);
 	if (!pid) {
 		dup2(fd[0], 0);

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-30  2:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-30  2:33 [PATCH] missing small substitution Nicolas Pitre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).