diff options
Diffstat (limited to 'src/xz/coder.c')
-rw-r--r-- | src/xz/coder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/coder.c b/src/xz/coder.c index 2ee0c704..8d882d26 100644 --- a/src/xz/coder.c +++ b/src/xz/coder.c @@ -168,7 +168,7 @@ coder_set_compression_settings(void) "with the .xz format")); // Print the selected filter chain. - message_filters(V_DEBUG, filters); + message_filters_show(V_DEBUG, filters); // If using --format=raw, we can be decoding. The memusage function // also validates the filter chain and the options used for the |