diff --git a/fhem/fhem.pl b/fhem/fhem.pl index 8d23e6cd6..5e794cc4d 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -2403,6 +2403,7 @@ CommandVersion($$) push @ret, cfgDB_svnId if $attr{global}{configfile} eq 'configDB'; foreach my $m (sort keys %modules) { next if(!$modules{$m}{LOADED} || $modules{$m}{ORDER} < 0); + Log 4, "Looking for SVN Id in module $m"; my $fn = "$attr{global}{modpath}/FHEM/".$modules{$m}{ORDER}."_$m.pm"; if(!open(FH, $fn)) { push @ret, "$fn: $!";