summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorOliver Tappe2008-03-26 19:54:46 +0100
committerOliver Tappe2008-03-26 19:54:46 +0100
commitaf307c02e9f33654c344658c5300e80bd295f167 (patch)
treeeb94bc0332ee8e4057b0d84049a9af5e94228f16 /installer/OpenSLX/OSSetup/Engine.pm
parent* Deactivated DB-schema version 0.28, as it does not work with the current (diff)
downloadcore-af307c02e9f33654c344658c5300e80bd295f167.tar.gz
core-af307c02e9f33654c344658c5300e80bd295f167.tar.xz
core-af307c02e9f33654c344658c5300e80bd295f167.zip
* added log output when entering 32-bit personality
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1697 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index cda09363..76adeaa6 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -1783,6 +1783,7 @@ sub _changePersonalityIfNeeded
my $distroName = $self->{'distro-name'};
if ($self->_hostIs64Bit() && $distroName !~ m[_64]) {
+ vlog(2, 'entering 32-bit personality');
OpenSLX::Syscall->enter32BitPersonality();
}
return;