From 8181829e04f9fca6fecacb97c192475a9a4c03a5 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 11 Jan 2003 21:22:20 +0000 Subject: this log message is not restriced to input plugins, demuxers and preloaded plugins get here as well CVS patchset: 3876 CVS date: 2003/01/11 21:22:20 --- src/xine-engine/load_plugins.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xine-engine/load_plugins.c b/src/xine-engine/load_plugins.c index 1357a5aa6..62083a13c 100644 --- a/src/xine-engine/load_plugins.c +++ b/src/xine-engine/load_plugins.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: load_plugins.c,v 1.131 2003/01/11 19:06:52 guenter Exp $ + * $Id: load_plugins.c,v 1.132 2003/01/11 21:22:20 mroi Exp $ * * * Load input/demux/audio_out/video_out/codec plugins @@ -473,7 +473,7 @@ static void _load_required_plugins(xine_t *this, xine_list_t *list) { if( load && !node->plugin_class ) { #ifdef LOG - printf("load_plugins: load input plugin %s from %s\n", + printf("load_plugins: preload plugin %s from %s\n", node->info->id, node->filename); #endif -- cgit v1.2.3