From a06c1f1fc3a80bd1db1bdb9688e40cbbf31f8f00 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Wed, 17 May 2023 08:49:27 +0000 Subject: [PATCH] 93_DbLog: contrib 5.9.0 git-svn-id: https://svn.fhem.de/fhem/trunk@27584 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/93_DbLog.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/93_DbLog.pm b/fhem/contrib/DS_Starter/93_DbLog.pm index 509aa8d1b..ce6800f56 100644 --- a/fhem/contrib/DS_Starter/93_DbLog.pm +++ b/fhem/contrib/DS_Starter/93_DbLog.pm @@ -5480,7 +5480,7 @@ sub DbLog_SBP_Read { } if ($hash->{HELPER}{SHUTDOWNSEQ} && $memcount) { - Log3 ($name, 2, "DbLog $name - no connection to the database possible in the last database write cycle, export to file instead..."); + Log3 ($name, 2, "DbLog $name - an error occurred during the last write cycle to the database, the data is exported to a file instead ... ......"); my $error = CommandSet (undef, qq{$name exportCache purgecache});