mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +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:
@@ -213,7 +213,7 @@ void Quartz1::errorData(int conn,int err)
|
||||
{
|
||||
switch((Q3Socket::Error)err) {
|
||||
case Q3Socket::ErrConnectionRefused:
|
||||
rda->syslog(LOG_NOTICE,
|
||||
rda->syslog(LOG_WARNING,
|
||||
"connection to Quartz1 device at %s:%d refused, attempting reconnect",
|
||||
(const char *)sas_ipaddress[conn].toString().toUtf8(),
|
||||
sas_ipport[conn]);
|
||||
|
||||
Reference in New Issue
Block a user