mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +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:
@@ -117,7 +117,7 @@ void Sas16000::processCommand(RDMacro *cmd)
|
||||
|
||||
void Sas16000::SendCommand(char *str)
|
||||
{
|
||||
rda->syslog(LOG_DEBUG,"sending USI cmd: %s",
|
||||
rda->syslog(LOG_INFO,"sending USI cmd: %s",
|
||||
(const char *)PrettifyCommand(str));
|
||||
|
||||
sas_device->writeBlock(str,strlen(str));
|
||||
|
||||
Reference in New Issue
Block a user