Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH 2/2] Test framework documentation.
[gitweb.git]
/
local-pull.c
diff --git
a/local-pull.c
b/local-pull.c
index acfcbb69f570d2e4cd6cfb2e2fed030ff9065ef0..3a342ab18390d7ce0df1f970a4961b31548a9417 100644
(file)
--- a/
local-pull.c
+++ b/
local-pull.c
@@
-71,8
+71,7
@@
int fetch(unsigned char *sha1)
munmap(map, st.st_size);
close(ofd);
if (status)
- fprintf(stderr, "cannot write %s (%ld bytes)\n",
- dest_filename, st.st_size);
+ fprintf(stderr, "cannot write %s\n", dest_filename);
else
pull_say("copy %s\n", hex);
return status;