diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-auto-salut-account-helper.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/empathy-auto-salut-account-helper.c b/src/empathy-auto-salut-account-helper.c index a5fbcf0c3..ad4d6cbc0 100644 --- a/src/empathy-auto-salut-account-helper.c +++ b/src/empathy-auto-salut-account-helper.c @@ -98,8 +98,7 @@ create_salut_account_settings (void) /* Get self EContact from EDS */ if (!e_book_get_self (&contact, &book, &error)) { - DEBUG ("Failed to get self econtact: %s", - error ? error->message : "No error given"); + DEBUG ("Failed to get self econtact: %s", error->message); g_error_free (error); return settings; } |