Log line added to include
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1613 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
1
fhem.pl
1
fhem.pl
@@ -879,6 +879,7 @@ CommandInclude($$)
|
|||||||
if(!open($fh, $arg)) {
|
if(!open($fh, $arg)) {
|
||||||
return "Can't open $arg: $!";
|
return "Can't open $arg: $!";
|
||||||
}
|
}
|
||||||
|
Log 1, "Including $arg";
|
||||||
if(!$init_done &&
|
if(!$init_done &&
|
||||||
$arg ne AttrVal("global", "statefile", "") &&
|
$arg ne AttrVal("global", "statefile", "") &&
|
||||||
$arg ne AttrVal("global", "configfile", "")) {
|
$arg ne AttrVal("global", "configfile", "")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user