Author: dmeyer
Date: Mon Feb  6 19:07:56 2006
New Revision: 7914

Modified:
   trunk/tvserver/src/server.py

Log:
add some extra debug

Modified: trunk/tvserver/src/server.py
==============================================================================
--- trunk/tvserver/src/server.py        (original)
+++ trunk/tvserver/src/server.py        Mon Feb  6 19:07:56 2006
@@ -357,7 +357,7 @@
         for r in self.recordings:
             if r.id == id:
                 return r.long_list()
-        raise IndexError('Recording not found')
+        raise IndexError('Recording %s (%s) not found', id, type(id))
 
 
     @freevo.ipc.expose('home-theatre.recording.add')


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to