summaryrefslogblamecommitdiffstats
path: root/source/a/xz/xz.default.verbosity.V_ERROR.diff
blob: c6c3aef45ef4c0297bd27d76c1255eac324f4626 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                   
--- ./src/xz/message.c.orig	2023-01-11 10:51:42.000000000 -0600
+++ ./src/xz/message.c	2023-01-19 13:52:39.484987693 -0600
@@ -22,7 +22,7 @@
 static unsigned int files_total;
 
 /// Verbosity level
-static enum message_verbosity verbosity = V_WARNING;
+static enum message_verbosity verbosity = V_ERROR;
 
 /// Filename which we will print with the verbose messages
 static const char *filename;