aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/e-mail-store.c')
-rw-r--r--mail/e-mail-store.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/e-mail-store.c b/mail/e-mail-store.c
index d61f8521dc..17ff7652ba 100644
--- a/mail/e-mail-store.c
+++ b/mail/e-mail-store.c
@@ -329,7 +329,9 @@ e_mail_store_add_by_account (EMailSession *session,
g_free (transport_uid);
if (transport_error) {
- g_warning ("%s: Failed to add transport service: %s", G_STRFUNC, transport_error->message);
+ g_warning (
+ "%s: Failed to add transport service: %s",
+ G_STRFUNC, transport_error->message);
g_error_free (transport_error);
}
}