diff options
Diffstat (limited to 'rhautoimport-oi')
-rwxr-xr-x | rhautoimport-oi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rhautoimport-oi b/rhautoimport-oi index 274ad9d..0829475 100755 --- a/rhautoimport-oi +++ b/rhautoimport-oi @@ -122,6 +122,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; } @@ -135,6 +136,7 @@ if($uri eq "") { print "No Entry found with #" . $broadcast_num . " - "; 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"; } |