From 9b08a7d256df63ee27fc7a086439fe19853b273a Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Tue, 10 Oct 2023 09:06:55 +0200
Subject: Make ROST quiet by default.

---
 src/rost.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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();
 
-- 
cgit v0.11.2-87-g4458