Show
Ignore:
Timestamp:
11/30/08 13:44:43 (15 years ago)
Author:
arnonym
Message:

Install the logginghandler. And don't print the logmessage to stdout (which effectively doubled the debug-output on the console).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/mixer-qt4/ffado_logginghandler.py

    r1481 r1492  
    5656        self.setTextColor( color ) 
    5757        tmp = "%s %s: %s" % (record.asctime, record.name, record.getMessage()) 
    58         print tmp 
    5958        self.append( tmp ) 
    6059        self.verticalScrollBar().triggerAction( QAbstractSlider.SliderToMaximum ) 
  • trunk/libffado/support/mixer-qt4/SConscript

    r1435 r1492  
    6262                      'ffado_panelmanager', 
    6363                      'ffado_configuration', 
     64                      'ffado_logginghandler', 
    6465                      'mixer_saffire_base' 
    6566                     ]