projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e96ab
)
LXDebug: Indent auf 2
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 28 Feb 2013 09:49:31 +0000
(10:49 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 1 Mar 2013 09:41:19 +0000
(10:41 +0100)
SL/LXDebug.pm
patch
|
blob
|
history
diff --git
a/SL/LXDebug.pm
b/SL/LXDebug.pm
index
ffd4fa1
..
1a0a365
100644
(file)
--- a/
SL/LXDebug.pm
+++ b/
SL/LXDebug.pm
@@
-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);