mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-31 16:12:33 +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>
|
2018-12-18 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug in rdpadengined(8) that failed to kill a pypad
|
* Fixed a bug in rdpadengined(8) that failed to kill a pypad
|
||||||
script after receiving a DELETE notification for it.
|
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;
|
QString sql;
|
||||||
RDSqlQuery *q;
|
RDSqlQuery *q;
|
||||||
|
|
||||||
syslog(LOG_NOTICE,"NOTIFY: %s",(const char *)notify->write().toUtf8());
|
|
||||||
if(notify->type()==RDNotification::PypadType) {
|
if(notify->type()==RDNotification::PypadType) {
|
||||||
int id=notify->id().toUInt();
|
int id=notify->id().toUInt();
|
||||||
switch(notify->action()) {
|
switch(notify->action()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user