Ticket #322: no-eap-no-error.patch

File no-eap-no-error.patch, 439 bytes (added by cladisch, 13 years ago)
  • libffado/src/dice/dice_eap.cpp

    old new  
    110110bool 
    111111EAP::init() { 
    112112    if(!supportsEAP(m_device)) { 
    113         debugError("Device does not support EAP\n"); 
     113        debugWarning("no EAP mixer (device does not support EAP)\n"); 
    114114        return false; 
    115115    } 
    116116