summaryrefslogtreecommitdiff
path: root/rhimport-dn
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-07-20 20:10:39 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-07-20 20:10:39 (GMT)
commit00859e41d0cfa0aef3c4e582f533d18062ae32c7 (patch)
treeea2ee224a8354c495e3234ea68a236743c1fa166 /rhimport-dn
parentc0a16bb0c892df905ed7d1f277e08acb958035ae (diff)
added import log to output on error
disabled used carts window
Diffstat (limited to 'rhimport-dn')
-rwxr-xr-xrhimport-dn4
1 files changed, 3 insertions, 1 deletions
diff --git a/rhimport-dn b/rhimport-dn
index ef2f4db..32d5bf3 100755
--- a/rhimport-dn
+++ b/rhimport-dn
@@ -94,7 +94,7 @@ for my $entry ($feed->entries) {
print "summary:\n" . $summary;
}
- print "\n\n\n";
+ print "\n";
}
}
($file ne "") or die "No Entry found for today!\n";
@@ -123,6 +123,8 @@ $dbh->disconnect();
unlink $file;
if(!$ret) {
+ print "\nImport Error:\n"
+ print $log;
exit 1;
}