From c8010d0fd4235f108f311e581de21ea371eb5a64 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Wed, 20 Aug 2014 19:07:14 +0000 Subject: [PATCH] update: cosmetic changes git-svn-id: https://svn.fhem.de/fhem/trunk@6435 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_update.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fhem/FHEM/98_update.pm b/fhem/FHEM/98_update.pm index e218e7025..599f2e41d 100644 --- a/fhem/FHEM/98_update.pm +++ b/fhem/FHEM/98_update.pm @@ -235,11 +235,13 @@ doUpdate($$) 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); if(!defined($ss)) { + uLog(1, ""); uLog(1, "Please consider using the global attribute sendStatistics"); } elsif(defined($ss) && lc($ss) eq "onupdate") { + uLog(1, ""); uLog(1, AnalyzeCommandChain(undef, "fheminfo send")); } }