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:
Fred Gleason
2023-05-15 16:25:10 -04:00
parent 7b5a1d02aa
commit 201efece01
2 changed files with 2 additions and 4 deletions

View File

@@ -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'.

View File

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