mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +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:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user