summaryrefslogtreecommitdiffstats
path: root/lib/OpenSLX/Syscall.pm
diff options
context:
space:
mode:
authorMichael Janczyk2010-08-22 10:25:46 +0200
committerMichael Janczyk2010-08-22 10:25:46 +0200
commit689f8c963f66e8c32e09380355ea82083c8fe5f2 (patch)
tree23b713e35dfeeb36c625999ed8406a40f4484b53 /lib/OpenSLX/Syscall.pm
parentremoved temp and bak files of virt plugins (diff)
downloadcore-689f8c963f66e8c32e09380355ea82083c8fe5f2.tar.gz
core-689f8c963f66e8c32e09380355ea82083c8fe5f2.tar.xz
core-689f8c963f66e8c32e09380355ea82083c8fe5f2.zip
quotation marks part of string so changes reverted
Diffstat (limited to 'lib/OpenSLX/Syscall.pm')
-rw-r--r--lib/OpenSLX/Syscall.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/OpenSLX/Syscall.pm b/lib/OpenSLX/Syscall.pm
index da72ae3d..2d9182a7 100644
--- a/lib/OpenSLX/Syscall.pm
+++ b/lib/OpenSLX/Syscall.pm
@@ -87,7 +87,8 @@ sub _loadPerlHeader
}
else {
die _tr(
- 'the folder "/usr/include/asm" is required - please install kernel headers!'
+ 'the folder "/usr/include/asm" is required - please install kernel headers!\
+ \n(maybe linux-libc-dev missing)!'
);
}
}