git-merge-cache -o does all the automerges in a single shot
[git.git] / local-pull.c
index acfcbb6..3a342ab 100644 (file)
@@ -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;