diff options
author | Christian Pointner <equinox@helsinki.at> | 2018-07-04 13:39:46 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2018-07-04 13:39:46 (GMT) |
commit | d0be99b3b9c4db1575f26d9ae441e1384057f0fa (patch) | |
tree | 34c46e44907643c9bd3d49109f36430aeb7528cd /rhautoimport-gd | |
parent | 212b9e096b3aeb707768fbe15d0fdc84626edea7 (diff) |
fix info message for GD importer
Diffstat (limited to 'rhautoimport-gd')
-rwxr-xr-x | rhautoimport-gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-gd b/rhautoimport-gd index 698e8e3..89d84c3 100755 --- a/rhautoimport-gd +++ b/rhautoimport-gd @@ -97,7 +97,7 @@ if(Date::Calc::Delta_Days(@broadcast_date, @today) <= $upload_delay_days) { my $bd = sprintf("%04d-%02d-%02d", @broadcast_date); -print "looking for files with cba:broadcastDate $bd in RSS Feed\n"; +print "looking for files with cba:broadcastDate $bd in RSS Feed (will be using cba:productionDate if cba:broadcastDate is not set)\n"; print " -> $RSS_URL\n"; my ($result, $feed) = rhautoimport::fetch_parse_rss_cba($RSS_URL); |