Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13669

Modified Files:
        coversearch.py 
Log Message:
kill some debug

Index: coversearch.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/coversearch.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** coversearch.py      7 Feb 2004 13:24:39 -0000       1.28
--- coversearch.py      14 Feb 2004 19:29:39 -0000      1.29
***************
*** 14,17 ****
--- 14,20 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.29  2004/02/14 19:29:39  dischi
+ # kill some debug
+ #
  # Revision 1.28  2004/02/07 13:24:39  dischi
  # unicode fix
***************
*** 187,191 ****
                                 'imdb_search_or_cover_search') ]
                  else:
!                     if config.DEBUG:
                          print _( "WARNING" ) + ": "+\
                                _( "Plugin 'coversearch' was disabled for this item! " 
\
--- 190,194 ----
                                 'imdb_search_or_cover_search') ]
                  else:
!                     if config.DEBUG > 1:
                          print _( "WARNING" ) + ": "+\
                                _( "Plugin 'coversearch' was disabled for this item! " 
\
***************
*** 196,200 ****
                                   "Maybe you must fix this file (%s) tag?" ) % 
item.filename 
              except KeyError:
!                 if config.DEBUG:
                      print _( "WARNING" ) + ": " +\
                            _( "Plugin 'coversearch' was disabled for this item! " \
--- 199,203 ----
                                   "Maybe you must fix this file (%s) tag?" ) % 
item.filename 
              except KeyError:
!                 if config.DEBUG > 1:
                      print _( "WARNING" ) + ": " +\
                            _( "Plugin 'coversearch' was disabled for this item! " \
***************
*** 205,209 ****
                               "Maybe you must fix this file (%s) tag?" ) % 
item.filename
              except AttributeError:
!                 if config.DEBUG:
                      print _( "WARNING" ) + ": " +\
                            _( "Unknown CD, cover searching is disabled" )
--- 208,212 ----
                               "Maybe you must fix this file (%s) tag?" ) % 
item.filename
              except AttributeError:
!                 if config.DEBUG > 1:
                      print _( "WARNING" ) + ": " +\
                            _( "Unknown CD, cover searching is disabled" )



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to