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>
This commit is contained in:
Fred Gleason 2022-09-02 15:18:22 -04:00
parent 374db8fd3b
commit e28f72677b
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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;