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:
Fred Gleason
2019-06-25 15:08:12 -04:00
parent 338fd54796
commit ac4d9305bc
23 changed files with 83 additions and 79 deletions

View File

@@ -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));