From 5dce02f0f3f930d6728d2da04da73888dbb93232 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 24 May 2008 11:21:07 +0000 Subject: * changed warning indicator from '°°°' to '! ' in order to avoid possible charset encoding problems ('°' is non-ascii) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1786 95ad53e4-c205-0410-b2fa-d234c58c8868 --- lib/OpenSLX/Basics.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/OpenSLX/Basics.pm') diff --git a/lib/OpenSLX/Basics.pm b/lib/OpenSLX/Basics.pm index 48d5ed78..ec043e91 100644 --- a/lib/OpenSLX/Basics.pm +++ b/lib/OpenSLX/Basics.pm @@ -805,8 +805,8 @@ sub _doThrowOrWarn # use '°°°' for warnings and '***' for errors if ($type eq 'carp' || $type eq 'warn' || $type eq 'cluck') { - $msg =~ s[^°°° ][]igms; - $msg =~ s[^][°°° ]igms; + $msg =~ s[^! ][]igms; + $msg =~ s[^][! ]igms; } else { $msg =~ s[^\*\*\* ][]igms; -- cgit v1.2.3-55-g7522