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:
parent
203df9f54c
commit
072f2ae39c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user