mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01: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:
@@ -836,7 +836,7 @@ hpi_err_t RDHPIPlayStream::LogHpi(hpi_err_t err,int lineno)
|
||||
|
||||
if(err!=0) {
|
||||
HPI_GetErrorText(err,err_txt);
|
||||
RDApplication::syslog(sound_card->config(),LOG_NOTICE,
|
||||
RDApplication::syslog(sound_card->config(),LOG_WARNING,
|
||||
"HPI Error: %s, %s line %d",err_txt,__FILE__,lineno);
|
||||
}
|
||||
return err;
|
||||
|
||||
@@ -740,7 +740,7 @@ hpi_err_t RDHPIRecordStream::LogHpi(hpi_err_t err,int lineno)
|
||||
|
||||
if(err!=0) {
|
||||
HPI_GetErrorText(err,err_txt);
|
||||
RDApplication::syslog(sound_card->config(),LOG_NOTICE,
|
||||
RDApplication::syslog(sound_card->config(),LOG_WARNING,
|
||||
"HPI Error: %s, %s line %d",err_txt,__FILE__,lineno);
|
||||
}
|
||||
return err;
|
||||
|
||||
@@ -1045,7 +1045,7 @@ hpi_err_t RDHPISoundCard::LogHpi(hpi_err_t err,int lineno)
|
||||
|
||||
if(err!=0) {
|
||||
HPI_GetErrorText(err,err_txt);
|
||||
RDApplication::syslog(card_config,LOG_NOTICE,
|
||||
RDApplication::syslog(card_config,LOG_WARNING,
|
||||
"HPI Error: %s, %s line %d",err_txt,__FILE__,lineno);
|
||||
}
|
||||
return err;
|
||||
|
||||
Reference in New Issue
Block a user