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

@ -18217,3 +18217,5 @@
2018-12-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdpadengined(8) that failed to kill a pypad
script after receiving a DELETE notification for it.
2018-12-18 Fred Gleason <fredg@paravelsystems.com>
* Removed superflous syslog() call in rdpadengined(8).

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()) {