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

@@ -412,7 +412,7 @@ void LiveWireMcastGpio::ProcessGpoOut(int chan,unsigned line,bool state)
htonl(livewire_surface_addresses[it->first].toIPv4Address());
}
}
rda->syslog(LOG_NOTICE,"using %s",
rda->syslog(LOG_DEBUG,"using %s",
(const char *)QHostAddress(ntohl(sa.sin_addr.s_addr)).toString());
*/