[ekiga] Better error message when debugging is enabled in the plugin loader



commit fa8c96e37a968ac63cf0ae54b471f597cdd645bf
Author: Julien Puydt <jpuydt gnome org>
Date:   Fri Jun 19 14:12:13 2009 +0200

    Better error message when debugging is enabled in the plugin loader

 lib/engine/plugin/plugin-core.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/plugin/plugin-core.cpp b/lib/engine/plugin/plugin-core.cpp
index 93e7798..d78e97f 100644
--- a/lib/engine/plugin/plugin-core.cpp
+++ b/lib/engine/plugin/plugin-core.cpp
@@ -92,7 +92,7 @@ plugin_parse_file (Ekiga::KickStart& kickstart,
   } else {
 
 #if DEBUG
-    std::cout << "failed to load the module" << std::endl;
+    std::cout << "failed to load the module: " << g_module_error () << std::endl;
 #endif
   }
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]