comparison audacious/pluginenum.c @ 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 b04ce1c98b6f
children e4e897d20791
comparison
equal deleted inserted replaced
379:eb41901d38f5 380:1e2fc0f461a1
211 211
212 plugin->handle = module; 212 plugin->handle = module;
213 plugin->filename = g_strdup(filename); 213 plugin->filename = g_strdup(filename);
214 type->init(PLUGIN_GET_INFO(func)); 214 type->init(PLUGIN_GET_INFO(func));
215 215
216 printf("Loaded %s plugin (%s)\n", type->name, filename);
217 return; 216 return;
218 } 217 }
219 } 218 }
220 219
221 printf("Invalid plugin (%s)\n", filename); 220 printf("Invalid plugin (%s)\n", filename);