Ticket #70: pulseaudio-0.9.5-r1437-hal-log-fix.patch

File pulseaudio-0.9.5-r1437-hal-log-fix.patch, 259 bytes (added by coling, 2 years ago)

Simple fix - just remove the whole log line ;)

  • src/modules/module-hal-detect.c

    old new  
    540540        return -1; 
    541541    } 
    542542 
    543     pa_log_info("loaded %i modules.", n); 
    544  
    545543    return 0; 
    546544} 
    547545