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:
rudolfkoenig
2012-06-13 11:03:30 +00:00
parent 3f7c46d990
commit 57610e57d3

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", "")) {