X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/edbbcd58bbc9e042771b68510b3986f826d195d9..c79db65dcff75f58a09aaf3fe3a4b73624055c5d:/SL/LXDebug.pm diff --git a/SL/LXDebug.pm b/SL/LXDebug.pm index 36812c529..d01caa1a9 100644 --- a/SL/LXDebug.pm +++ b/SL/LXDebug.pm @@ -262,7 +262,7 @@ sub _write { chomp($message); if ((FILE_TARGET == $self->{"target"}) - && open(FILE, ">>" . $self->{"file"})) { + && open(FILE, ">>", $self->{"file"})) { print(FILE "${date}${message}\n"); close(FILE);