mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
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:
parent
ed7a879b4a
commit
65b35a594d
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user