mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-07 17:32:20 +02:00
2018-12-18 Fred Gleason <fredg@paravelsystems.com>
* Removed superflous syslog() call in rdpadengined(8).
This commit is contained in:
parent
f148205d10
commit
f2b3b5b486
@ -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).
|
||||
|
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user