aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-keyring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-keyring.c b/libempathy/empathy-keyring.c
index 1d59b4848..5b69cc25c 100644
--- a/libempathy/empathy-keyring.c
+++ b/libempathy/empathy-keyring.c
@@ -170,7 +170,7 @@ store_password_cb (GObject *source,
if (!secret_password_store_finish (result, &error))
{
g_simple_async_result_set_error (simple, TP_ERROR,
- TP_ERROR_DOES_NOT_EXIST, error->message);
+ TP_ERROR_DOES_NOT_EXIST, "%s", error->message);
g_error_free (error);
}