1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-03-11 12:58:15 +01:00

Change indentation in Carp-generated messages

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6663 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-06-23 22:47:52 +00:00
parent 051cb61050
commit 04b07b605a

View File

@ -338,7 +338,6 @@ sub fatal_error {
my $lineinfo = $currentfile ? " : $currentfilename (line $currentlinenumber)" : ''; my $lineinfo = $currentfile ? " : $currentfilename (line $currentlinenumber)" : '';
Carp::confess " ERROR: @_$lineinfo" if $debug; Carp::confess " ERROR: @_$lineinfo" if $debug;
die " ERROR: @_$lineinfo\n"; die " ERROR: @_$lineinfo\n";
} }
# #