mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
fhem.pl: fix log vs. Log (Forum #109450)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21496 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
831a181350
commit
79df925475
2
fhem.pl
2
fhem.pl
@ -5960,7 +5960,7 @@ restoreDir_saveFile($$)
|
|||||||
my $root = $attr{global}{modpath};
|
my $root = $attr{global}{modpath};
|
||||||
restoreDir_mkDir($root, "$restoreDir/$fName", 1);
|
restoreDir_mkDir($root, "$restoreDir/$fName", 1);
|
||||||
if(!copy($fName, "$root/$restoreDir/$fName")) {
|
if(!copy($fName, "$root/$restoreDir/$fName")) {
|
||||||
log 1, "copy $fName $root/$restoreDir/$fName failed:$!";
|
Log 1, "copy $fName $root/$restoreDir/$fName failed:$!";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user