1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-07 22:29:19 +00:00

update: cosmetic changes

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6435 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-08-20 19:07:14 +00:00
parent 14e93f8abd
commit e51ebf61ac

View File

@ -235,11 +235,13 @@ doUpdate($$)
uLog(1, ""); uLog(1, "");
uLog 1, uLog 1,
'update finished, "shutdown restart" is needed to activate the changes'; 'update finished, "shutdown restart" is needed to activate the changes.';
my $ss = AttrVal("global","sendStatistics",undef); my $ss = AttrVal("global","sendStatistics",undef);
if(!defined($ss)) { if(!defined($ss)) {
uLog(1, "");
uLog(1, "Please consider using the global attribute sendStatistics"); uLog(1, "Please consider using the global attribute sendStatistics");
} elsif(defined($ss) && lc($ss) eq "onupdate") { } elsif(defined($ss) && lc($ss) eq "onupdate") {
uLog(1, "");
uLog(1, AnalyzeCommandChain(undef, "fheminfo send")); uLog(1, AnalyzeCommandChain(undef, "fheminfo send"));
} }
} }