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
This commit is contained in:
DS_Starter
2019-08-25 15:55:19 +00:00
parent 1f5b4f7ade
commit f088b876e5

View File

@@ -3587,7 +3587,7 @@ sub DbLog_configcheck($) {
} }
if($supd) { if($supd) {
$check .= "Used DbLog version: $hash->{HELPER}{VERSION}.<br>$uptb <br>"; $check .= "Used DbLog version: $hash->{HELPER}{VERSION}.<br>$uptb <br>";
$check .= "<b>Recommendation:</b> You should update FHEM to get the new DbLog version ! <br><br>"; $check .= "<b>Recommendation:</b> You should update FHEM to get the freshest DbLog version ! <br><br>";
} else { } else {
$check .= "Used DbLog version: $hash->{HELPER}{VERSION}.<br>$uptb <br>"; $check .= "Used DbLog version: $hash->{HELPER}{VERSION}.<br>$uptb <br>";
$check .= "<b>Recommendation:</b> No update of DbLog is needed. <br><br>"; $check .= "<b>Recommendation:</b> No update of DbLog is needed. <br><br>";