Author: duncan
Date: Tue Sep 26 13:18:52 2006
New Revision: 1906

Modified:
   branches/mmpython-0-4/mmpython/disc/lsdvd.py

Log:
Changed print into a debug level 2 print

Modified: branches/mmpython-0-4/mmpython/disc/lsdvd.py
==============================================================================
--- branches/mmpython-0-4/mmpython/disc/lsdvd.py        (original)
+++ branches/mmpython-0-4/mmpython/disc/lsdvd.py        Tue Sep 26 13:18:52 2006
@@ -197,7 +197,8 @@
         for line in child.fromchild.readlines():
             data = line.replace(',', '').replace('\t', '').\
                    replace('\n', '').lstrip(' ').split(' ')
-            print data
+            if mediainfo.DEBUG > 1:
+                print data
             if len(data) > 2:
                 if data[0] == 'Title:':
                     ti = DVDTitle(data)

-------------------------------------------------------------------------
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