mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 22:30:13 +01: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:
@@ -581,13 +581,9 @@ bool Xport::PostRssElemental(RDFeed *feed,const QDateTime &now,QString *err_msg)
|
||||
//
|
||||
// Cache Management
|
||||
//
|
||||
rda->syslog(LOG_NOTICE,"CDN1");
|
||||
if(ret) {
|
||||
QString cdn_script=feed->cdnPurgePluginPath();
|
||||
rda->syslog(LOG_NOTICE,"CDN2 script: %s",
|
||||
cdn_script.toUtf8().constData());
|
||||
if(!cdn_script.isEmpty()) {
|
||||
rda->syslog(LOG_NOTICE,"CDN3");
|
||||
QStringList args;
|
||||
args.push_back(RDFeed::publicUrl(feed->baseUrl(""),feed->keyName()));
|
||||
RunCdnScript(cdn_script,args);
|
||||
|
||||
Reference in New Issue
Block a user