evolution-data-server r10147 - trunk/camel/providers/imap
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r10147 - trunk/camel/providers/imap
- Date: Mon, 9 Mar 2009 17:22:42 +0000 (UTC)
Author: mbarnes
Date: Mon Mar 9 17:22:42 2009
New Revision: 10147
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=10147&view=rev
Log:
2009-03-09 Matthew Barnes <mbarnes redhat com>
* camel-imap-summary.c (camel_imap_summary_new):
Change log level of "Unable to load summary: no such table" from
warning to message, so that G_DEBUG=fatal_warnings becomes useful
again. These are just nuisance messages that get emitted during
normal operation. Whatever is triggering them still needs fixed.
Modified:
trunk/camel/providers/imap/ChangeLog
trunk/camel/providers/imap/camel-imap-summary.c
Modified: trunk/camel/providers/imap/camel-imap-summary.c
==============================================================================
--- trunk/camel/providers/imap/camel-imap-summary.c (original)
+++ trunk/camel/providers/imap/camel-imap-summary.c Mon Mar 9 17:22:42 2009
@@ -212,7 +212,7 @@
if it cannot be loaded, for some random reason.
We need to pass the ex and find out why it is not loaded etc. ? */
camel_folder_summary_clear_db (summary);
- g_warning ("Unable to load summary %s\n", camel_exception_get_description (&ex));
+ g_message ("Unable to load summary: %s\n", camel_exception_get_description (&ex));
camel_exception_clear (&ex);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]