X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FLXDebug.pm;h=6da1a72724cf690ccfc1cb10d8b6e45379f9d602;hb=a4f92ff17d2572ec3a0465fe4444c741d80ecc77;hp=76edd8257b93193bc18daa3f172ea79dcb300d37;hpb=142f7c2cd402db32f71bef206a6399c62c56bdfa;p=kivitendo-erp.git diff --git a/SL/LXDebug.pm b/SL/LXDebug.pm index 76edd8257..6da1a7272 100644 --- 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++; }