diff options
Diffstat (limited to 'daemon/daemon-main.c')
-rw-r--r-- | daemon/daemon-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/daemon-main.c b/daemon/daemon-main.c index b3b2b477..ea37930f 100644 --- a/daemon/daemon-main.c +++ b/daemon/daemon-main.c @@ -162,7 +162,7 @@ daemon_parse_args (int argc, char *argv[], const char *default_type) found_type = TRUE; g_mount_spec_set (mount_spec, key, p+1); - g_print ("setting '%s' to '%s'\n", key, p+1); + g_debug ("setting '%s' to '%s'\n", key, p+1); g_free (key); } |