[gnome-initial-setup] Fix a log message



commit 42d7d694d4a30c9e3e69761aec34b333e5f2cd7d
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Feb 11 16:27:38 2016 -0500

    Fix a log message
    
    Not great to log that we're running gnome-keyring-daemon --login
    when we are really giving it the --unlock option.

 gnome-initial-setup/gis-keyring.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/gis-keyring.c b/gnome-initial-setup/gis-keyring.c
index cbef4f2..f791f8b 100644
--- a/gnome-initial-setup/gis-keyring.c
+++ b/gnome-initial-setup/gis-keyring.c
@@ -46,7 +46,7 @@ gis_ensure_login_keyring ()
        GSubprocessLauncher *launcher = NULL;
        GError *error = NULL;
 
-       g_debug ("launching gnome-keyring-daemon --login");
+       g_debug ("launching gnome-keyring-daemon --unlock");
        launcher = g_subprocess_launcher_new (G_SUBPROCESS_FLAGS_STDIN_PIPE | G_SUBPROCESS_FLAGS_STDOUT_PIPE 
| G_SUBPROCESS_FLAGS_STDERR_SILENCE);
        subprocess = g_subprocess_launcher_spawn (launcher, &error, "gnome-keyring-daemon", "--unlock", NULL);
        if (subprocess == NULL) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]