2018-12-18 Fred Gleason <fredg@paravelsystems.com>

* Removed superflous syslog() call in rdpadengined(8).
This commit is contained in:
Fred Gleason
2018-12-18 12:35:49 -05:00
parent f148205d10
commit f2b3b5b486
2 changed files with 2 additions and 1 deletions

View File

@@ -145,7 +145,6 @@ void MainObject::notificationReceivedData(RDNotification *notify)
QString sql;
RDSqlQuery *q;
syslog(LOG_NOTICE,"NOTIFY: %s",(const char *)notify->write().toUtf8());
if(notify->type()==RDNotification::PypadType) {
int id=notify->id().toUInt();
switch(notify->action()) {