diff options
Diffstat (limited to 'rhautoimport-fl')
-rwxr-xr-x | rhautoimport-fl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rhautoimport-fl b/rhautoimport-fl index 2b8cea0..ccf1659 100755 --- a/rhautoimport-fl +++ b/rhautoimport-fl @@ -152,6 +152,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; } @@ -164,6 +165,7 @@ if($uri eq "") { print "No Entry for $last_broadcast (there are no new shows available) - "; 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"; } |