X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=unpack-trees.c;h=237aed8c766638c55d8d6b870c86ef2ad13a74d3;hb=7bb07f6fbfeca68a71580a7d8b2228f19b4a9820;hp=670b46473883505c39c5353c65e0eeb93aec21c3;hpb=8f858299b585e4be0648432a78a94b0260b3ad86;p=git.git diff --git a/unpack-trees.c b/unpack-trees.c index 670b46473..237aed8c7 100644 --- 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"); } /*