[rygel] core: Use 'message()' for plugin availability



commit 25ac805153cb943d7bbefc7448797a51c8bc4477
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Oct 26 19:15:37 2009 +0200

    core: Use 'message()' for plugin availability

 src/rygel/rygel-plugin-loader.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-plugin-loader.vala b/src/rygel/rygel-plugin-loader.vala
index 00fead3..dd4ba78 100644
--- a/src/rygel/rygel-plugin-loader.vala
+++ b/src/rygel/rygel-plugin-loader.vala
@@ -61,7 +61,7 @@ public class Rygel.PluginLoader : Object {
         } catch (GLib.Error err) {}
 
         if (enabled) {
-            debug ("New plugin '%s' available", plugin.name);
+            message ("New plugin '%s' available", plugin.name);
             this.plugin_hash.set (plugin.name, plugin);
             this.plugin_available (plugin);
         } else {



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