diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-03-12 23:06:11 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-03-12 23:06:11 (GMT) |
commit | f366fc3929ad85a6b1f74baf4e62e86d651fe0f7 (patch) | |
tree | 9f5d6b8dbc2bca70c024c7526dd7006c7097b3b3 /rhautoimport-ra | |
parent | 593cb6b5edc8adfe2bbf290ba594f9260c0cf350 (diff) |
dn is now tested as well - note will only be set when import was successful
Diffstat (limited to 'rhautoimport-ra')
-rwxr-xr-x | rhautoimport-ra | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-ra b/rhautoimport-ra index d75d18e..f5780a0 100755 --- a/rhautoimport-ra +++ b/rhautoimport-ra @@ -127,7 +127,7 @@ for my $entry ($feed->entries) { last if $file ne ""; } if($uri eq "") { - print "No Entry found from $bd or download error - "; + print "No Entry found from $bd - "; if($#ARGV >= 0 && $ARGV[0] eq 'last') { print "giving up, manual import necessary!!!\n"; } else { |