mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2023-05-15 Fred Gleason <fredg@paravelsystems.com>
* Remote debugging printf()s from 'web/rdxport/podcasts.cpp'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -24095,3 +24095,5 @@
|
|||||||
2023-05-15 Fred Gleason <fredg@paravelsystems.com>
|
2023-05-15 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug in rdadmin(1) that caused the 'View Raw XML [Front]
|
* Fixed a bug in rdadmin(1) that caused the 'View Raw XML [Front]
|
||||||
report to use locally generated XML.
|
report to use locally generated XML.
|
||||||
|
2023-05-15 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Remote debugging printf()s from 'web/rdxport/podcasts.cpp'.
|
||||||
|
@@ -581,13 +581,9 @@ bool Xport::PostRssElemental(RDFeed *feed,const QDateTime &now,QString *err_msg)
|
|||||||
//
|
//
|
||||||
// Cache Management
|
// Cache Management
|
||||||
//
|
//
|
||||||
rda->syslog(LOG_NOTICE,"CDN1");
|
|
||||||
if(ret) {
|
if(ret) {
|
||||||
QString cdn_script=feed->cdnPurgePluginPath();
|
QString cdn_script=feed->cdnPurgePluginPath();
|
||||||
rda->syslog(LOG_NOTICE,"CDN2 script: %s",
|
|
||||||
cdn_script.toUtf8().constData());
|
|
||||||
if(!cdn_script.isEmpty()) {
|
if(!cdn_script.isEmpty()) {
|
||||||
rda->syslog(LOG_NOTICE,"CDN3");
|
|
||||||
QStringList args;
|
QStringList args;
|
||||||
args.push_back(RDFeed::publicUrl(feed->baseUrl(""),feed->keyName()));
|
args.push_back(RDFeed::publicUrl(feed->baseUrl(""),feed->keyName()));
|
||||||
RunCdnScript(cdn_script,args);
|
RunCdnScript(cdn_script,args);
|
||||||
|
Reference in New Issue
Block a user