diff options
Diffstat (limited to 'camel/camel-data-wrapper.c')
-rw-r--r-- | camel/camel-data-wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-data-wrapper.c b/camel/camel-data-wrapper.c index 579f32f023..69ddbb4bdb 100644 --- a/camel/camel-data-wrapper.c +++ b/camel/camel-data-wrapper.c @@ -106,7 +106,7 @@ _finalize (GtkObject *object) CamelDataWrapper *camel_data_wrapper = CAMEL_DATA_WRAPPER (object); CAMEL_LOG_FULL_DEBUG ("Entering CamelDataWrapper::finalize\n"); - printf ("CamelDataWrapper::finalize, finalizing object %p\n", object); + CAMEL_LOG_FULL_DEBUG ("CamelDataWrapper::finalize, finalizing object %p\n", object); if (camel_data_wrapper->mime_type) gmime_content_field_unref (camel_data_wrapper->mime_type); |