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:
fa65420
)
Leichter zu lesende Debugausgaben durch Einrückung.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 7 May 2007 07:40:31 +0000
(07:40 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 7 May 2007 07:40:31 +0000
(07:40 +0000)
SL/LXDebug.pm
patch
|
blob
|
history
diff --git
a/SL/LXDebug.pm
b/SL/LXDebug.pm
index
76edd82
..
6da1a72
100644
(file)
--- a/
SL/LXDebug.pm
+++ b/
SL/LXDebug.pm
@@
-108,7
+108,7
@@
sub show_backtrace {
$self->message(BACKTRACE_ON_ERROR, "Starting full caller dump:");
my $level = 0;
while (my ($dummy, $filename, $line, $subroutine) = caller $level) {
- $self->message(BACKTRACE_ON_ERROR, "${subroutine} from ${filename}:${line}");
+ $self->message(BACKTRACE_ON_ERROR, "
${subroutine} from ${filename}:${line}");
$level++;
}