2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

global archivelog bug fixed.

git-svn-id: https://svn.fhem.de/fhem/trunk@1579 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-05-23 09:27:26 +00:00
parent 203df9f54c
commit 072f2ae39c

View File

@ -913,9 +913,9 @@ OpenLogfile($)
} else {
HandleArchiving($defs{global});
$defs{global}{currentlogfile} = $param;
$defs{global}{logfile} = $attr{global}{logfile};
$defs{global}{currentlogfile} = $param;
HandleArchiving($defs{global});
open(LOG, ">>$currlogfile") || return("Can't open $currlogfile: $!");
redirectStdinStdErr() if($init_done);