mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-31 16:09:35 +02:00
2023-04-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdrssd(8) that caused a segfault when attempting to report a failed feed update in syslog. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
cd0f4dad31
commit
afd60a8a51
@ -24029,3 +24029,6 @@
|
||||
2023-04-12 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed file purging functionality from the 'Westwood One Wegener
|
||||
Portal' replicator.
|
||||
2023-04-17 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdrssd(8) that caused a segfault when
|
||||
attempting to report a failed feed update in syslog.
|
||||
|
@ -205,8 +205,7 @@ void MainObject::ProcessFeed(const QString &key_name)
|
||||
if(!feed->postXml(&err_msg)) {
|
||||
rda->syslog(LOG_INFO,
|
||||
"xml update FAILED for item in feed \"%s\" [%s]",
|
||||
key_name.toUtf8().constData(),q->value(0).toUInt(),
|
||||
err_msg.toUtf8().constData());
|
||||
key_name.toUtf8().constData(),err_msg.toUtf8().constData());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user