LXDebug: Indent auf 2
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 28 Feb 2013 09:49:31 +0000 (10:49 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 1 Mar 2013 09:41:19 +0000 (10:41 +0100)
SL/LXDebug.pm

index ffd4fa1..1a0a365 100644 (file)
@@ -168,6 +168,7 @@ sub dump {
 
     my $dumper = Data::Dumper->new([$variable]);
     $dumper->Sortkeys(1);
+    $dumper->Indent(2);
     $self->message($level, "dumping ${name}:\n" . $dumper->Dump());
 
     $variable->{password} = $password if (defined $password);