From dca4363b2c08a9768f576817bf0a9df38c0f4789 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 10 May 2008 11:59:07 +0000 Subject: * removed content_regex from verbose listing of attrs, as it does not make sense to show something like SCALAR(0xdeadbeef) ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1762 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/slxos-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/slxos-plugin') diff --git a/os-plugins/slxos-plugin b/os-plugins/slxos-plugin index 0b70211d..2b87e814 100755 --- a/os-plugins/slxos-plugin +++ b/os-plugins/slxos-plugin @@ -78,7 +78,7 @@ if ($action =~ m[^list-at]i) { if ($option{verbose}) { my $output; my $fill = ' ' x 28; - for my $key (qw( description content_descr content_regex )) { + for my $key (qw( description content_descr )) { $output .= "\n\t $key:" . ( ' ' x (15 - length($key)) ); chomp(my $value = $attr->{$key} || ''); $value =~ s{\n}{\n$fill}igms; -- cgit v1.2.3-55-g7522