summaryrefslogtreecommitdiff
path: root/rhautoimport-btl
diff options
context:
space:
mode:
Diffstat (limited to 'rhautoimport-btl')
-rwxr-xr-xrhautoimport-btl2
1 files changed, 2 insertions, 0 deletions
diff --git a/rhautoimport-btl b/rhautoimport-btl
index 9f8dc47..0e34541 100755
--- a/rhautoimport-btl
+++ b/rhautoimport-btl
@@ -120,6 +120,7 @@ for my $entry ($feed->entries) {
}
if(!rhautoimport::check_file_extension($file)) {
print "\n\nThe extension of the matching file '". $file . "' seems to be wrong - manual import necessary!!!\n";
+ print "\n\n --> https://import.helsinki.at/shows/$show_id\n";
exit 1;
}
@@ -134,6 +135,7 @@ if($uri eq "") {
print "No Entry found for " . Date::Calc::Date_to_Text(@broadcast_date) . " - ";
if($LAST_RUN) {
print "giving up, manual import necessary!!!\n";
+ print "\n\n --> https://import.helsinki.at/shows/$show_id\n";
} else {
print "will retry later\n";
}