summaryrefslogtreecommitdiff
path: root/rhautoimport-dn
diff options
context:
space:
mode:
Diffstat (limited to 'rhautoimport-dn')
-rwxr-xr-xrhautoimport-dn2
1 files changed, 2 insertions, 0 deletions
diff --git a/rhautoimport-dn b/rhautoimport-dn
index b29ef1a..36534c1 100755
--- a/rhautoimport-dn
+++ b/rhautoimport-dn
@@ -124,6 +124,7 @@ for my $entry ($files_feed->entries) {
$file = $path[-1];
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 from day in question - ";
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";
}