X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDispatcher.pm;h=2c0539bb899e2015287cccba63692de1f3063ea4;hb=4c19594dc3035082cf79a81b285000f419429624;hp=e5a7daab89f8fc2520a1bac3dfff637ed8fba0e6;hpb=193b1e4e590fd0eb49606dea36130c72e70eee05;p=kivitendo-erp.git diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index e5a7daab8..2c0539bb8 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -82,6 +82,10 @@ sub pre_startup_setup { %::myconfig = (); %::called_subs = (); # currently used for recursion detection } + + $SIG{__WARN__} = sub { + $::lxdebug->warn(@_); + } } sub pre_startup_checks {