From f0e88ac82f8e6437e62169f284bf052ba7d356f9 Mon Sep 17 00:00:00 2001 From: itetcu Date: Sun, 6 Apr 2008 14:24:56 +0000 Subject: - remove what looks like a debug leftover printf() which offers no useful information but makes parsing the output hard. Approved by: novel@ (maintainer, implicit) --- sysutils/deltup/files/patch-deltup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/deltup') diff --git a/sysutils/deltup/files/patch-deltup.cpp b/sysutils/deltup/files/patch-deltup.cpp index 8fbca3d3681b..f58cdcb28cc9 100644 --- a/sysutils/deltup/files/patch-deltup.cpp +++ b/sysutils/deltup/files/patch-deltup.cpp @@ -70,8 +70,8 @@ - printf("here %c\n", *lev); gzip_without_header(file2.uname, gzip_temp, *lev); + if (gzip_found == 0) { break; -+ } else { -+ printf("here %c\n", *lev); ++// } else { ++// printf("here %c\n", *lev); + } makeDelta(use_bdelta, gzip_temp, file2.fullname(), pristineName); ++lev; -- cgit