mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 10:46:03 +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
@ -5726,6 +5726,8 @@ sub DbLog_configcheck {
|
||||
|
||||
my ($check, $rec,%dbconfig);
|
||||
|
||||
Log3 ($name, 4, "DbLog $name - ### Start configCheck ###");
|
||||
|
||||
### verfügbare Treiber
|
||||
########################
|
||||
my @ary = DBI->available_drivers('true');
|
||||
@ -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