Skip to content
Snippets Groups Projects
Commit 1327e003 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed warnings

parent a7402205
No related branches found
No related tags found
No related merge requests found
......@@ -509,14 +509,14 @@ if (defined $dir && -d "$dir") {
my $ret = parse_iexml($_, $flag_recovery);
write_addsql($dbh, $ret);
}
say;
say "";
$dbh->disconnect or warn("disconnecting problems, ", $dbh->errstr);
say "processed $count uniq IEs";
}
else {
die "no directory given on commandline"
}
say;
say "";
1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment