2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

93_DbLog: contrib 3.12.0

git-svn-id: https://svn.fhem.de/fhem/trunk@17265 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2018-09-03 20:19:01 +00:00
parent 4b13eba778
commit 2075a655f1

View File

@ -2708,7 +2708,7 @@ sub DbLog_Get($@) {
}
Log3 $hash->{NAME}, 1, "Processing Statement: $stm";
Log3 $hash->{NAME}, 4, "Processing Statement: $stm";
my $sth= $dbh->prepare($stm) ||
return "Cannot prepare statement $stm: $DBI::errstr";