diff options
Diffstat (limited to 'camel/camel-object.c')
-rw-r--r-- | camel/camel-object.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/camel/camel-object.c b/camel/camel-object.c index 7805546c9e..75c14b8978 100644 --- a/camel/camel-object.c +++ b/camel/camel-object.c @@ -925,10 +925,12 @@ shared_is_of_type (CamelObjectShared * sh, CamelType ctype, gboolean is_obj) parent)); } - g_warning + /* this isn't an error, e.g. CAMEL_IS_FOLDER(folder), its upto the + caller to handle the false case */ + /*g_warning ("shared_is_of_type: %s of `%s' (@%p) is not also %s of `%s'", targtype, camel_type_to_name (sh->type), sh, targtype, - camel_type_to_name (ctype)); + camel_type_to_name (ctype));*/ camel_type_lock_down (); return FALSE; |