summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/logind/logind.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/daemon/logind/logind.c b/daemon/logind/logind.c
index 2bc63d61..68e6ba9e 100644
--- a/daemon/logind/logind.c
+++ b/daemon/logind/logind.c
@@ -835,7 +835,9 @@ regular_check()
if (dasht(FN_WELCOME) != g_welcome_mtime)
{
g_reload_data = 1;
- fprintf(stderr, LOG_PREFIX "modified. must update welcome screen ...\r\n");
+ if (g_verbose)
+ fprintf(stderr, LOG_PREFIX
+ "modified. must update welcome screen ...\r\n");
}
}