changeset 380:1e2fc0f461a1 trunk

[svn] Do not print verbose "loading plugin" messages, only display errors to stdout.
author nenolod
date Tue, 03 Jan 2006 11:51:19 -0800
parents eb41901d38f5
children 80c1efdeb36d
files audacious/pluginenum.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/pluginenum.c	Tue Jan 03 09:47:13 2006 -0800
+++ b/audacious/pluginenum.c	Tue Jan 03 11:51:19 2006 -0800
@@ -213,7 +213,6 @@
             plugin->filename = g_strdup(filename);
             type->init(PLUGIN_GET_INFO(func));
 
-            printf("Loaded %s plugin (%s)\n", type->name, filename);
             return;
         }
     }