diff options
Diffstat (limited to 'camel/camel-provider.c')
-rw-r--r-- | camel/camel-provider.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-provider.c b/camel/camel-provider.c index 7328f4ca64..0cff8564a1 100644 --- a/camel/camel-provider.c +++ b/camel/camel-provider.c @@ -105,6 +105,7 @@ camel_provider_register_as_module (const gchar *module_path) new_module = g_module_open (module_path, 0); if (!new_module) { + printf ("g_module_open reports: %s\n", g_module_error ()); CAMEL_LOG_WARNING ("CamelProvider::register_as_module Unable to load module %s\n", module_path); CAMEL_LOG_FULL_DEBUG ("Leaving CamelProvider::register_as_module\n"); return NULL; |