diff options
Diffstat (limited to 'rhautoimport-ra')
-rwxr-xr-x | rhautoimport-ra | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rhautoimport-ra b/rhautoimport-ra index 5fc45da..b6e49db 100755 --- a/rhautoimport-ra +++ b/rhautoimport-ra @@ -131,6 +131,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; } @@ -144,6 +145,7 @@ if($uri eq "") { print "No Entry found from $bd - "; 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"; } @@ -190,6 +192,8 @@ if($ret == 0) { print $log; print "\n\nNot adding PV note!!"; print "\n\nSince the import for the regular broadcast went through we will not retry this import!!!"; + print "\nYou need to manually import the rebroadcast."; + print "\n\n --> https://import.helsinki.at/shows/$show_id_reb\n"; $exit_code = 23; } } else { |