93_DbRep: contrib 8.51.0

git-svn-id: https://svn.fhem.de/fhem/trunk@26992 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2023-01-07 17:22:15 +00:00
parent 8d701b4603
commit a6c8d5a1fe

View File

@@ -5725,6 +5725,8 @@ sub DbLog_configcheck {
my $current = $hash->{HELPER}{TC};
my ($check, $rec,%dbconfig);
Log3 ($name, 4, "DbLog $name - ### Start configCheck ###");
### verfügbare Treiber
########################
@@ -5826,6 +5828,8 @@ sub DbLog_configcheck {
my $dbh = _DbLog_ConnectNewDBH ($hash) || return "Can't connect to database.";
my $ct = sprintf("%.4f", tv_interval($st)); # Laufzeit ermitteln
Log3 ($name, 4, "DbLog $name - Time required to establish the database connection: ".$ct);
my (@ce,@se);
my ($chutf8mod,$chutf8dat);