configDB.pm: debug version

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@25846 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2022-03-15 09:51:21 +00:00
parent 281278aa7e
commit ad842fb5fc

View File

@ -930,7 +930,7 @@ sub _cfgDB_Info {
push @r, " dbsize: $size";
}
push @r, $l;
push @r, " loaded: ".$configDB{loaded};
push @r, " loaded: ".$configDB{loaded};
my $fhem_dbh = _cfgDB_Connect;
my ($sql, $sth, @line, $row);