summaryrefslogtreecommitdiff
path: root/xdelta3
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-02-08 02:38:57 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-02-08 02:38:57 +0000
commit7020f11558a0b3a3565e407ebfa72cd4012e17f6 (patch)
tree1bfd359cf1966cfde539c2aef6ba5a906df469eb /xdelta3
parent24349261eab74a3a2392d38858d143c9270441e2 (diff)
Make "option ignored" less verbose.
Diffstat (limited to 'xdelta3')
-rwxr-xr-xxdelta3/xdelta3-main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index fd50c24..848f709 100755
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -3043,7 +3043,7 @@ main (int argc, char **argv)
3043 break; 3043 break;
3044 case 'D': 3044 case 'D':
3045#if EXTERNAL_COMPRESSION == 0 3045#if EXTERNAL_COMPRESSION == 0
3046 if (! option_quiet) 3046 if (option_verbose > 0)
3047 { 3047 {
3048 XPR(NT "warning: -D option ignored, " 3048 XPR(NT "warning: -D option ignored, "
3049 "external compression support was not compiled\n"); 3049 "external compression support was not compiled\n");
@@ -3054,7 +3054,7 @@ main (int argc, char **argv)
3054 break; 3054 break;
3055 case 'R': 3055 case 'R':
3056#if EXTERNAL_COMPRESSION == 0 3056#if EXTERNAL_COMPRESSION == 0
3057 if (! option_quiet) 3057 if (option_verbose > 0)
3058 { 3058 {
3059 XPR(NT "warning: -R option ignored, " 3059 XPR(NT "warning: -R option ignored, "
3060 "external compression support was not compiled\n"); 3060 "external compression support was not compiled\n");