diff options
Diffstat (limited to 'xdelta3/xdelta3-main.h')
-rwxr-xr-x | xdelta3/xdelta3-main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h index 44bd6e5..b5e74e8 100755 --- a/xdelta3/xdelta3-main.h +++ b/xdelta3/xdelta3-main.h | |||
@@ -2565,7 +2565,7 @@ main_input (xd3_cmd cmd, | |||
2565 | } | 2565 | } |
2566 | 2566 | ||
2567 | /* Warn about bad compression due to limited instruction buffer */ | 2567 | /* Warn about bad compression due to limited instruction buffer */ |
2568 | if (stream.i_slots_used > stream.iopt_size) | 2568 | if (option_verbose > 0 && stream.i_slots_used > stream.iopt_size) |
2569 | { | 2569 | { |
2570 | XPR(NT "warning: input position %"Q"u overflowed instruction buffer, " | 2570 | XPR(NT "warning: input position %"Q"u overflowed instruction buffer, " |
2571 | "needed %u (vs. %u)\n", | 2571 | "needed %u (vs. %u)\n", |