Browse Source

2022-09-02 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdrssd(8) that caused incorrect error data to be
	logged.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
pull/849/head
Fred Gleason 9 months ago
parent
commit
e28f72677b
  1. 3
      ChangeLog
  2. 4
      rdrssd/rdrssd.cpp

3
ChangeLog

@ -20930,3 +20930,6 @@
* Incremented the package version to 3.6.5int4.
2022-09-02 Fred Gleason <fredg@paravelsystems.com>
* Added commented-out debug code to 'web/rdxport/podcasts.cpp'.
2022-09-02 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdrssd(8) that caused incorrect error data to be
logged.

4
rdrssd/rdrssd.cpp

@ -186,7 +186,9 @@ void MainObject::ProcessFeed(const QString &key_name)
}
}
else {
rda->syslog(LOG_WARNING,"repost of XML for feed \"%s\" failed");
rda->syslog(LOG_WARNING,
"repost of XML for feed \"%s\" triggered by cast id %u failed",
key_name.toUtf8().constData(),q->value(0).toUInt());
}
}
delete q;

Loading…
Cancel
Save