From 890ae36a86ec7297a8e2ec4ac85ea44482b3938c Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 6 Oct 2012 14:19:32 +0300 Subject: [PATCH 1/1] Change the verbosity levels of some messages --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 6be8352..f62b7b0 100644 --- a/main.c +++ b/main.c @@ -356,7 +356,7 @@ char **get_device_nodes(char *dirname) } if(duplicate) { - if(verbosity>=1) + if(verbosity>=2) printf("Device %s is a duplicate\n", fnbuf); continue; } @@ -513,7 +513,7 @@ void row_activated(GtkTreeView *list, GtkTreePath *path, GtkTreeViewColumn *colu pid = fork(); if(pid==0) { - if(verbosity>=2) + if(verbosity>=1) { if(umount) printf("Running pumount %s\n", device->node); -- 2.43.0