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:
Fred Gleason
2023-04-17 13:22:13 -04:00
parent cd0f4dad31
commit afd60a8a51
2 changed files with 4 additions and 2 deletions

View File

@@ -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());
}
}