Make the error reporting a little but more descriptive.
2001-07-24 Peter Williams <peterw@ximian.com> * mail-folder-cache.c (update_idle): Make the error reporting a little but more descriptive. svn path=/trunk/; revision=11341
This commit is contained in:
committed by
Peter Williams
parent
7604a13073
commit
57d3c094da
@ -1,3 +1,8 @@
|
||||
2001-07-24 Peter Williams <peterw@ximian.com>
|
||||
|
||||
* mail-folder-cache.c (update_idle): Make the error reporting a little
|
||||
but more descriptive.
|
||||
|
||||
2001-07-24 Peter Williams <peterw@ximian.com>
|
||||
|
||||
* mail-config.glade: Add new label widgets with a message that SSL
|
||||
|
||||
@ -214,13 +214,13 @@ update_idle (gpointer user_data)
|
||||
/* Check if this makes sense */
|
||||
|
||||
if (!(mfi->flags & MAIL_FIF_NAME_VALID)) {
|
||||
g_warning ("Folder cache update info without \'name\' set");
|
||||
g_warning ("Folder cache update info of \'%s\' without \'name\' set", mfi->uri);
|
||||
UNLOCK_FOLDERS ();
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (mfi->update_mode == MAIL_FIUM_UNKNOWN) {
|
||||
g_warning ("Folder cache update info without \'mode\' set");
|
||||
g_warning ("Folder cache update info of \'%s\' without \'mode\' set", mfi->uri);
|
||||
UNLOCK_FOLDERS ();
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user