X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/dc3cd296e62eb09a16fa694d9b3a7158e4cf63bf..31b977d60bf4b65b265b4d742b433ffea855d540:/SL/Inifile.pm diff --git a/SL/Inifile.pm b/SL/Inifile.pm index 2331ca771..846459d5f 100644 --- a/SL/Inifile.pm +++ b/SL/Inifile.pm @@ -38,7 +38,7 @@ package Inifile; use IO::File; sub new { - $main::lxdebug->enter_sub(); + $main::lxdebug->enter_sub(2); my ($type, $file, %options) = @_; @@ -88,7 +88,7 @@ sub new { } close FH; - $main::lxdebug->leave_sub(); + $main::lxdebug->leave_sub(2); return bless $self, $type; }