diff --git a/ChangeLog b/ChangeLog index 58d2a769..2e7c8881 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24095,3 +24095,5 @@ 2023-05-15 Fred Gleason * Fixed a bug in rdadmin(1) that caused the 'View Raw XML [Front] report to use locally generated XML. +2023-05-15 Fred Gleason + * Remote debugging printf()s from 'web/rdxport/podcasts.cpp'. diff --git a/web/rdxport/podcasts.cpp b/web/rdxport/podcasts.cpp index d299d9fa..bc5d7f12 100644 --- a/web/rdxport/podcasts.cpp +++ b/web/rdxport/podcasts.cpp @@ -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);