summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index eb303e4c7..0bd4abb1e 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -301,7 +301,7 @@ sub exitInstall {
sub main {
#- $SIG{__DIE__} = sub { warn "DIE " . backtrace() . "\n" };
$SIG{SEGV} = sub {
- my $msg = "segmentation fault: seems like memory is missing as the install crashes"; log::l($msg);
+ my $msg = "segmentation fault: install crashed (maybe memory is missing?)"; log::l($msg);
$o->ask_warn('', $msg);
setVirtual(1);
require install::steps_auto_install;