summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-10-13 17:27:41 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-10-14 10:24:34 +0200
commit72a761e1c0a94301cf4de94d9bcec54c4d2d720a (patch)
tree7469b742ff04904429ac36665450d3a4cadc27c9
parentb7c0b667974dbbbdd689e3c02b39c8d37bae8391 (diff)
system-prompter: Add missing word to debug messagesleaks
https://bugzilla.gnome.org/show_bug.cgi?id=738508
-rw-r--r--gcr/gcr-system-prompter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcr/gcr-system-prompter.c b/gcr/gcr-system-prompter.c
index cdbc867..975abe4 100644
--- a/gcr/gcr-system-prompter.c
+++ b/gcr/gcr-system-prompter.c
@@ -534,7 +534,7 @@ prompt_stop_prompting (GcrSystemPrompter *self,
/* Notify the caller */
if (send_done_message && wait_for_reply) {
- g_debug ("calling the %s on %s@%s, and waiting for reply",
+ g_debug ("calling the %s method on %s@%s, and waiting for reply",
GCR_DBUS_CALLBACK_METHOD_DONE, callback->path, callback->name);
retval = g_dbus_connection_call_sync (self->pv->connection,
@@ -553,7 +553,7 @@ prompt_stop_prompting (GcrSystemPrompter *self,
GCR_DBUS_CALLBACK_METHOD_DONE, callback->path, callback->name);
} else if (send_done_message) {
- g_debug ("calling the %s on %s@%s, and ignoring reply",
+ g_debug ("calling the %s method on %s@%s, and ignoring reply",
GCR_DBUS_CALLBACK_METHOD_DONE, callback->path, callback->name);
g_dbus_connection_call (self->pv->connection,