Author: duncan
Date: Sat Dec 30 16:42:58 2006
New Revision: 8873

Modified:
   branches/rel-1/freevo/src/www/htdocs/fileinfo.rpy

Log:
Minor debug print change

Modified: branches/rel-1/freevo/src/www/htdocs/fileinfo.rpy
==============================================================================
--- branches/rel-1/freevo/src/www/htdocs/fileinfo.rpy   (original)
+++ branches/rel-1/freevo/src/www/htdocs/fileinfo.rpy   Sat Dec 30 16:42:58 2006
@@ -126,7 +126,7 @@
         return String(fv.res)
     
     def get_fxd_info(self, fxd_file):
-        print 'get_fxd_info(self, %s)' % (fxd_file)
+        print 'get_fxd_info(self, %r)' % (fxd_file)
         fxd_info = {}
         parser = util.fxdparser.FXD(fxd_file)
         parser.parse()

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to