2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

Log line added to include

git-svn-id: https://svn.fhem.de/fhem/trunk@1613 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-06-13 11:03:30 +00:00
parent 886863dfb7
commit 811afcbd4f

View File

@ -879,6 +879,7 @@ CommandInclude($$)
if(!open($fh, $arg)) {
return "Can't open $arg: $!";
}
Log 1, "Including $arg";
if(!$init_done &&
$arg ne AttrVal("global", "statefile", "") &&
$arg ne AttrVal("global", "configfile", "")) {