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:
parent
886863dfb7
commit
811afcbd4f
@ -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", "")) {
|
||||
|
Loading…
Reference in New Issue
Block a user