diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-14 11:51:13 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-14 11:51:13 +0200 |
commit | b7181930c80a9040876e7eff7e05f0e006fb2369 (patch) | |
tree | 9acf19af88d9893c8f5a5481ef9bdaf4df67ce71 /vdr.c | |
parent | 6635a1d69eec06c994c4b08ba2d77300616b009b (diff) | |
download | vdr-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |