From b01ce96ca77721e5014492c32b72d96fe9bd3d02 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Wed, 1 Feb 2023 19:54:41 +0000 Subject: [PATCH] 93_DbRep: contrib 8.51.4 git-svn-id: https://svn.fhem.de/fhem/trunk@27162 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/93_DbRep.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/93_DbRep.pm b/fhem/contrib/DS_Starter/93_DbRep.pm index 125aa54af..f71c0886c 100644 --- a/fhem/contrib/DS_Starter/93_DbRep.pm +++ b/fhem/contrib/DS_Starter/93_DbRep.pm @@ -4524,7 +4524,7 @@ sub DbRep_diffval { $vnew =~ tr/\n//d; if (!DbRep_IsNumeric ($vnew)) { # Test auf $value = "numeric" - Log3 ($name, 2, "DbRep $name - WARNING - dataset has no numeric value >$vnew< and is ignored, >$timestamp<, device >$device<, reading >$reading<."); + Log3 ($name, 2, "DbRep $name - WARNING - dataset has no numeric value >$vnew< and is ignored\ntimestamp >$timestamp<, device >$device<, reading >$reading<"); next; }