mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 22:51:13 +02:00
2019-06-25 Fred Gleason <fredg@paravelsystems.com>
* Adjusted to priority of 'operations' system events to use LOG_INFO priority.
This commit is contained in:
@@ -723,7 +723,7 @@ void MainObject::alsaInit(RDStation *station)
|
||||
if(cae_driver[i]==RDStation::Alsa) {
|
||||
station->setCardDriver(i,RDStation::Alsa);
|
||||
if(snd_ctl_open(&snd_ctl,dev,0)<0) {
|
||||
RDApplication::syslog(rd_config,LOG_DEBUG,
|
||||
RDApplication::syslog(rd_config,LOG_INFO,
|
||||
"no control device found for %s",
|
||||
(const char *)dev);
|
||||
station->
|
||||
|
Reference in New Issue
Block a user