[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xine-cvslog
Subject:    [xine-cvs] =?utf-8?q?HG=3A_xine-lib-1=2E2=3A_More_informative_plu?= =?utf-8?q?gin_loader_logging=2E?
From:       Torsten_Jager <t.jager () gmx ! de>
Date:       2016-08-06 15:20:55
Message-ID: 5641e43deb6c2d4977e9.1470496820 () hg ! debian ! org
[Download RAW message or body]

# HG changeset patch
# User Torsten Jager <t.jager@gmx.de>
# Date 1470496820 -7200
# Node ID 5641e43deb6c2d4977e99571d661cc99d812a7bf
# Branch  default
# Parent  24fc93301077a2317d1d6deda3b7d895e6754e26
More informative plugin loader logging.

diff --git a/src/xine-engine/load_plugins.c b/src/xine-engine/load_plugins.c
--- a/src/xine-engine/load_plugins.c
+++ b/src/xine-engine/load_plugins.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2014 the xine project
+ * Copyright (C) 2000-2016 the xine project
  *
  * This file is part of xine, a free video player.
  *
@@ -495,10 +495,10 @@
 
     if (file && file->filename)
       xine_log (this, XINE_LOG_PLUGIN,
-		_("load_plugins: plugin %s found\n"), file->filename);
+		_("load_plugins: plugin %s:%s found\n"), file->filename, info->id);
     else
       xine_log (this, XINE_LOG_PLUGIN,
-		_("load_plugins: static plugin found\n"));
+		_("load_plugins: static plugin %s found\n"), info->id);
 
     if (this->plugin_catalog->plugin_count >= PLUGIN_MAX ||
 	(this->plugin_catalog->decoder_count >= DECODER_MAX &&

------------------------------------------------------------------------------
_______________________________________________
Xine-cvslog mailing list
Xine-cvslog@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xine-cvslog
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic