2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 16:05:19 +00:00

93_DbLog: contrib 5.9.0

git-svn-id: https://svn.fhem.de/fhem/trunk@27580 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2023-05-16 21:14:19 +00:00
parent 840f72b871
commit b052934ce2

View File

@ -1027,7 +1027,7 @@ sub _DbLog_setexportCache { ## no critic "not used"
my $logsref = $paref->{logsref}; my $logsref = $paref->{logsref};
my $dir = $paref->{dir}; my $dir = $paref->{dir};
return "Device is not in asynch working mode" if(!AttrVal($name, 'asyncMode', 0)); # return "Device is not in asynch working mode" if(!AttrVal($name, 'asyncMode', 0));
my $cln; my $cln;
my $crows = 0; my $crows = 0;