mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-09-17 17:00:27 +02:00
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:
parent
374db8fd3b
commit
e28f72677b
@ -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.
|
||||
|
@ -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…
x
Reference in New Issue
Block a user