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:
dc50b73
)
log: nach einem request die trace tiefe resetten.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 27 Jan 2010 13:08:59 +0000
(14:08 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 19 Jul 2010 16:11:07 +0000
(18:11 +0200)
SL/LXDebug.pm
patch
|
blob
|
history
diff --git
a/SL/LXDebug.pm
b/SL/LXDebug.pm
index
47702bf
..
efa5f12
100644
(file)
--- a/
SL/LXDebug.pm
+++ b/
SL/LXDebug.pm
@@
-238,6
+238,8
@@
sub end_request {
my $self = shift;
return 1 unless ($global_level & REQUEST_TIMER);
$self->_write("time", tv_interval($self->{request_start}));
+
+ $self->{calldepth} = 0;
}
1;