From 4f93a23e0d02932c88f36a6cc69d37e9e535a736 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sun, 25 Aug 2019 15:55:19 +0000 Subject: [PATCH] 93_DbLog: configCheck changed: check if new DbLog version is available or the local one is modified git-svn-id: https://svn.fhem.de/fhem/trunk@20059 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/93_DbLog.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/93_DbLog.pm b/fhem/FHEM/93_DbLog.pm index 6dfcc3c03..3c6a89f21 100644 --- a/fhem/FHEM/93_DbLog.pm +++ b/fhem/FHEM/93_DbLog.pm @@ -3587,7 +3587,7 @@ sub DbLog_configcheck($) { } if($supd) { $check .= "Used DbLog version: $hash->{HELPER}{VERSION}.
$uptb
"; - $check .= "Recommendation: You should update FHEM to get the new DbLog version !

"; + $check .= "Recommendation: You should update FHEM to get the freshest DbLog version !

"; } else { $check .= "Used DbLog version: $hash->{HELPER}{VERSION}.
$uptb
"; $check .= "Recommendation: No update of DbLog is needed.

";