X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/691ad25aeb4304b1b2344c717eca09dfde8ebba0..705b8473dadb67940c396af5519689506d1c0845:/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; }