mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-19 21:01:20 +01:00
Change "Compilation aborted..." to "Check aborted ..."
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
519e799ef1
commit
7208464c68
@ -1198,7 +1198,7 @@ sub exit_if_errors() {
|
||||
if ( $log ) {
|
||||
our @localtime = localtime;
|
||||
printf $log '%s %2d %02d:%02d:%02d ', $abbr[$localtime[4]], @localtime[3,2,1,0];
|
||||
print $log "Compilation aborted -- $errors errors detected\n";
|
||||
print $log "Check aborted -- $errors errors detected\n";
|
||||
|
||||
close $log;
|
||||
$log = undef;
|
||||
@ -1206,7 +1206,7 @@ sub exit_if_errors() {
|
||||
|
||||
cleanup;
|
||||
|
||||
die "Compilation aborted -- $errors errors detected\n";
|
||||
die "Check aborted -- $errors errors detected\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user