diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-22 18:14:31 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-22 18:14:31 -0800 |
commit | c63da8d8e8c5b5078e59af15c1a41ff98ad61d59 (patch) | |
tree | 26958529f1ffcf1a257fe602c1d49664c46d8b64 /receive-pack.c | |
parent | 8d712aafd2df3c1f5147a28947f98cefe667cf76 (diff) | |
parent | 1e80e0449248edb77b0fb9853f4a3404a599e207 (diff) | |
download | git-1.0.3.tar.gz git-1.0.3.tar.xz |
GIT 1.0.3v1.0.3
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'receive-pack.c')
-rw-r--r-- | receive-pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/receive-pack.c b/receive-pack.c index cbe37e723..92878ecac 100644 --- a/receive-pack.c +++ b/receive-pack.c @@ -79,7 +79,7 @@ static int run_update_hook(const char *refname, case -ERR_RUN_COMMAND_WAITPID_WRONG_PID: die("waitpid is confused"); case -ERR_RUN_COMMAND_WAITPID_SIGNAL: - fprintf(stderr, "%s died of signal", update_hook); + fprintf(stderr, "%s died of signal\n", update_hook); return -1; case -ERR_RUN_COMMAND_WAITPID_NOEXIT: die("%s died strangely", update_hook); |