Author: rshortt
Date: Tue Mar  7 15:35:12 2006
New Revision: 8054

Modified:
   trunk/tvserver/bin/freevo-epg

Log:
Added xmltv failure info.


Modified: trunk/tvserver/bin/freevo-epg
==============================================================================
--- trunk/tvserver/bin/freevo-epg       (original)
+++ trunk/tvserver/bin/freevo-epg       Tue Mar  7 15:35:12 2006
@@ -110,6 +110,12 @@
 
                     shutil.move(xmltvtmp, epg.config.xmltv_file)
 
+                else:
+                    log.error('xmltv grabbing failed and returned exit code 
%d.', ec >> 8)
+                    log.error('if you did not change your system, it's likely 
'+
+                              'that the site being grabbed did.  You might 
want to try '+
+                              'updating your xmltv: http://www.xmltv.org/')
+
             else:
                 log.info('not configured to run xmltv_grabber')
 


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to