From 6a5ce178b3cb4c469ccdc8813421e5de2941e41b Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Mon, 5 Mar 2018 21:55:44 +0000 Subject: [PATCH] 93_DbLog: V3.8.8, no exit if configuration couldn't be read git-svn-id: https://svn.fhem.de/fhem/trunk@16336 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/93_DbLog.pm | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 576b2a6fc..58d5a95b0 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 93_DbLog: V3.8.8, no exit if configuration couldn't be read - change: 93_DbLog: V3.8.7, no change limits got fron SVG - bugfix: 88_xs1Dev: new type shutter integrated (Forum #85137) - bugfix: 88_xs1Bridge: actuator functions incorrect (Forum #85137) diff --git a/fhem/FHEM/93_DbLog.pm b/fhem/FHEM/93_DbLog.pm index a3351e7d2..2a21fcbac 100644 --- a/fhem/FHEM/93_DbLog.pm +++ b/fhem/FHEM/93_DbLog.pm @@ -16,6 +16,7 @@ ############################################################################################################################################ # Versions History done by DS_Starter & DeeSPe: # +# 3.8.8 05.03.2018 fix device doesn't exit if configuration couldn't be read # 3.8.7 28.02.2018 changed DbLog_sampleDataFn - no change limits got fron SVG, commandref revised # 3.8.6 25.02.2018 commandref revised (forum:#84953) # 3.8.5 16.02.2018 changed ParseEvent for Zwave @@ -189,7 +190,7 @@ use Blocking; use Time::HiRes qw(gettimeofday tv_interval); use Encode qw(encode_utf8); -my $DbLogVersion = "3.8.7"; +my $DbLogVersion = "3.8.8"; my %columns = ("DEVICE" => 64, "TYPE" => 64, @@ -300,7 +301,7 @@ sub DbLog_Define($@) if ($ret) { # return on error while reading configuration Log3($hash->{NAME}, 1, "DbLog $hash->{NAME} - Error while reading $hash->{CONFIGURATION}: '$ret' "); - return; + return $ret; } # set used COLUMNS