From 57610e57d335de69fabe5326ceaaa9ba4f41e449 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Wed, 13 Jun 2012 11:03:30 +0000 Subject: [PATCH] Log line added to include git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1613 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem.pl b/fhem.pl index 8305027c8..e0da70954 100755 --- a/fhem.pl +++ b/fhem.pl @@ -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", "")) {