summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-10-10 07:06:55 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-10-10 07:06:55 (GMT)
commit9b08a7d256df63ee27fc7a086439fe19853b273a (patch)
treeae9994f27874a65859624b100ce42dd3dedfdd50
parenta477a1593bbb534c9815d215909b75c86a6f91b1 (diff)
Make ROST quiet by default.
-rw-r--r--src/rost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rost.c b/src/rost.c
index d47237d..1bcca6b 100644
--- a/src/rost.c
+++ b/src/rost.c
@@ -257,7 +257,7 @@ int main(int argc, char **argv)
show_version = false;
check_only = false;
- verbosity = LMT_INFO;
+ verbosity = LMT_COUNT;
options = g_scan_options_new();