summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-14 11:51:13 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-14 11:51:13 +0200
commitb7181930c80a9040876e7eff7e05f0e006fb2369 (patch)
tree9acf19af88d9893c8f5a5481ef9bdaf4df67ce71 /vdr.c
parent6635a1d69eec06c994c4b08ba2d77300616b009b (diff)
downloadvdr-b7181930c80a9040876e7eff7e05f0e006fb2369.tar.gz
vdr-b7181930c80a9040876e7eff7e05f0e006fb2369.tar.bz2
Reintroduced the log message "deleting plugin: ..." when shutting down VDR
Diffstat (limited to 'vdr.c')
-rw-r--r--vdr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdr.c b/vdr.c
index 510be02c..ec82bedb 100644
--- a/vdr.c
+++ b/vdr.c
@@ -22,7 +22,7 @@
*
* The project's page is at http://www.cadsoft.de/vdr
*
- * $Id: vdr.c 1.255 2006/04/14 11:01:18 kls Exp $
+ * $Id: vdr.c 1.256 2006/04/14 11:45:05 kls Exp $
*/
#include <getopt.h>
@@ -1179,7 +1179,7 @@ Exit:
Setup.Save();
}
cDevice::Shutdown();
- PluginManager.Shutdown();
+ PluginManager.Shutdown(true);
cSchedules::Cleanup(true);
ReportEpgBugFixStats();
if (WatchdogTimeout > 0)