From 1455d67711a5353adabdba8183d3bc603ea7f216 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 12 Feb 2007 21:44:09 +0000 Subject: * added perl-ified slxos-setup script and the relevant perl-modules, still not done, but nearly there git-svn-id: http://svn.openslx.org/svn/openslx/trunk@698 95ad53e4-c205-0410-b2fa-d234c58c8868 --- lib/OpenSLX/Basics.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/OpenSLX') diff --git a/lib/OpenSLX/Basics.pm b/lib/OpenSLX/Basics.pm index db643dd8..3800d717 100644 --- a/lib/OpenSLX/Basics.pm +++ b/lib/OpenSLX/Basics.pm @@ -261,7 +261,7 @@ sub _tr my $formatStr = $translations{$trKey}; if (!defined $formatStr) { - vlog 1, "Translation key '$trKey' not found."; + vlog 2, "Translation key '$trKey' not found."; $formatStr = $trOrig; } return sprintf($formatStr, @_); -- cgit v1.2.3-55-g7522