diff options
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r-- | mail/mail-mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c index 141abad095..d147132689 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -319,7 +319,7 @@ mail_msg_check_error (gpointer msg) /* we key on the operation pointer, which is at least accurate enough for the operation type, although it could be on a different object. */ if (g_hash_table_lookup(active_errors, m->info)) { - g_warning("Error occurred while existing dialogue active:\n%s", camel_exception_get_description(&m->ex)); + g_message("Error occurred while existing dialogue active:\n%s", camel_exception_get_description(&m->ex)); return; } |