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:
DS_Starter
2023-05-16 21:14:19 +00:00
parent bc62252b65
commit 549bbfe31f

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;