From f376f8000cdf01fcc0ae3aa1fed99f193d6e7909 Mon Sep 17 00:00:00 2001 From: malc Date: Tue, 24 Feb 2015 05:50:42 +0300 Subject: [PATCH] Unification --- link.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/link.c b/link.c index be3edaf..a405f2e 100644 --- a/link.c +++ b/link.c @@ -1238,12 +1238,8 @@ static void initpdims (void) state.pagecount, end - start); } else { - if (state.type == DPDF) - printd ("progress 1 Processed %d pages in %f seconds", - state.pagecount, end - start); - else - printd ("vmsg Processed %d pages in %f seconds", - state.pagecount, end - start); + printd ("progress 1 Processed %d pages in %f seconds\n", + state.pagecount, end - start); } state.trimanew = 0; if (trimf) { -- 2.11.4.GIT