Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
unpack-trees: print "Aborting" to stderr
[gitweb.git]
/
unpack-trees.c
diff --git
a/unpack-trees.c
b/unpack-trees.c
index 07f83642443601d107e0a2425407b3250c022dcd..cad8870720eca6c4a94b95e0bde2e7e5d9eacedd 100644
(file)
--- a/
unpack-trees.c
+++ b/
unpack-trees.c
@@
-159,7
+159,7
@@
static void display_error_msgs(struct unpack_trees_options *o)
string_list_clear(rejects, 0);
}
if (something_displayed)
-
printf(
"Aborting\n");
+
fprintf(stderr,
"Aborting\n");
}
/*