Author: duncan
Date: Tue Jul 10 11:49:44 2007
New Revision: 9751

Log:
Added more information for debugging purposes


Modified:
   branches/rel-1/freevo/src/util/dbutil.py

Modified: branches/rel-1/freevo/src/util/dbutil.py
==============================================================================
--- branches/rel-1/freevo/src/util/dbutil.py    (original)
+++ branches/rel-1/freevo/src/util/dbutil.py    Tue Jul 10 11:49:44 2007
@@ -64,9 +64,9 @@
     if a:
         try:
             ret = int(a)
-        except ValueError:
+        except ValueError, e:
+            print '"%s": %r' % (a, e)
             traceback.print_exc()
-            ret = 0
 
     return ret
 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to