mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
global archivelog bug fixed.
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1579 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cbc9d92be8
commit
eddf50ada5
4
fhem.pl
4
fhem.pl
@ -913,9 +913,9 @@ OpenLogfile($)
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
HandleArchiving($defs{global});
|
|
||||||
$defs{global}{currentlogfile} = $param;
|
|
||||||
$defs{global}{logfile} = $attr{global}{logfile};
|
$defs{global}{logfile} = $attr{global}{logfile};
|
||||||
|
$defs{global}{currentlogfile} = $param;
|
||||||
|
HandleArchiving($defs{global});
|
||||||
|
|
||||||
open(LOG, ">>$currlogfile") || return("Can't open $currlogfile: $!");
|
open(LOG, ">>$currlogfile") || return("Can't open $currlogfile: $!");
|
||||||
redirectStdinStdErr() if($init_done);
|
redirectStdinStdErr() if($init_done);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user