Change: Don't output line number if .cfg file can't be opened.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2010-02-21 18:56:06 +01:00
parent 7aaba0e0ae
commit c2f107a55e

View file

@ -79,7 +79,7 @@ foreach (@Config) {
} }
close FH; close FH;
} else { } else {
warn "Couldn't open $File.cfg: $!"; warn "Couldn't open $File.cfg: $!\n";
} }
$SupersedeMID = "" unless $Supersede; $SupersedeMID = "" unless $Supersede;