mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 23:51:20 +02:00
2022-11-14 Fred Gleason <fredg@paravelsystems.com>
* Modified ripcd(8) to suppress logging 'Send Meter Levels' messages. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -23661,3 +23661,5 @@
|
||||
2022-11-11 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdcatch(1) that marker modification made
|
||||
via the mouse menu to fail to notify remote instances of changes.
|
||||
2022-11-14 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Modified ripcd(8) to suppress logging 'Send Meter Levels' messages.
|
||||
|
@@ -654,11 +654,13 @@ bool MainObject::DispatchCommand(RipcdConnection *conn)
|
||||
BroadcastCommand("ON "+msg+"!",conn->id());
|
||||
ripcd_notification_mcaster->
|
||||
send(msg,rda->system()->notificationAddress(),RD_NOTIFICATION_PORT);
|
||||
rda->syslog(LOG_DEBUG,"sent catch event: \"%s\" to %s:%d",
|
||||
msg.toUtf8().constData(),
|
||||
rda->system()->notificationAddress().
|
||||
toString().toUtf8().constData(),
|
||||
RD_NOTIFICATION_PORT);
|
||||
if(evt->operation()!=RDCatchEvent::SendMeterLevelsOp) {
|
||||
rda->syslog(LOG_DEBUG,"sent catch event: \"%s\" to %s:%d",
|
||||
msg.toUtf8().constData(),
|
||||
rda->system()->notificationAddress().
|
||||
toString().toUtf8().constData(),
|
||||
RD_NOTIFICATION_PORT);
|
||||
}
|
||||
delete evt;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user