summaryrefslogtreecommitdiff
path: root/xmltv2vdr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmltv2vdr.cpp')
-rw-r--r--xmltv2vdr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmltv2vdr.cpp b/xmltv2vdr.cpp
index 45a76d7..c73ae43 100644
--- a/xmltv2vdr.cpp
+++ b/xmltv2vdr.cpp
@@ -916,6 +916,7 @@ bool cPluginXmltv2vdr::Start(void)
g.EPGSources()->ReadIn(&g);
g.epghandler = new cEPGHandler(&g);
g.SetEPAll(g.EPAll());
+ isyslog("using sqlite v%s",sqlite3_libversion());
if (sqlite3_threadsafe()==0) esyslog("sqlite3 not threadsafe!");
cParse::InitLibXML();
return true;