summaryrefslogtreecommitdiff
path: root/rhautoimport-wr
diff options
context:
space:
mode:
Diffstat (limited to 'rhautoimport-wr')
-rwxr-xr-xrhautoimport-wr2
1 files changed, 2 insertions, 0 deletions
diff --git a/rhautoimport-wr b/rhautoimport-wr
index 89f5480..2765b9b 100755
--- a/rhautoimport-wr
+++ b/rhautoimport-wr
@@ -151,6 +151,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;
}
@@ -166,6 +167,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";
}