Changeset 1899

Show
Ignore:
Timestamp:
18/11/08 19:47:18 (7 weeks ago)
Author:
duncan
svm:headrev:

cc3e1ea1-1e01-0410-8d68-8b121e83a9d5:11181
Message:

Added some comments about odd behaviour

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • freevo/src/audio/plugins/lastfm2.py

    r1892 r1899  
    445445        Shutdown the lasf.fm webservices 
    446446        """ 
     447        # XXX this does not always work if there are multiple instance of the 
     448        # thread running, need to get the item to shutdown the thread 
    447449        if self.downloader is not None: 
    448450            self.downloader.stop() 
     
    688690                if len(reply) == 0: 
    689691                    self.running = False 
    690                     print '%s downloaded' % self.filename 
     692                    if config.DEBUG: 
     693                        print '%s downloaded' % self.filename 
    691694                    # debugs fail during shutdown 
    692695                    #_debug_('%s downloaded' % self.filename)