mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 07:31:19 +02:00
2022-11-11 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging printf() statements from rdcatch(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -23654,3 +23654,5 @@
|
||||
2022-11-11 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a fencepost bug in rdcatchd(8) that caused meter level
|
||||
updates to sent to the incorrect deck channel.
|
||||
2022-11-11 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed debugging printf() statements from rdcatch(1).
|
||||
|
@@ -955,9 +955,6 @@ QString RecordListModel::GetDestinationName(QString station,int matrix,
|
||||
|
||||
void RecordListModel::UpdateStatus(int line)
|
||||
{
|
||||
printf("RecordListModel::UpdateStatus(%d)\n",line);
|
||||
printf(" using status: %u\n",d_statuses.at(line));
|
||||
|
||||
switch(d_statuses.at(line)) {
|
||||
case RDDeck::Offline:
|
||||
case RDDeck::LastStatus:
|
||||
|
Reference in New Issue
Block a user