From 3b105f79a374853d6ff2c4f81afb4730ddd1d043 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 17 Jan 2017 09:38:18 +0000 Subject: [PATCH] fhem.pl: add stacktrace to readings*Update warning (Forum #65041) git-svn-id: https://svn.fhem.de/fhem/trunk@13120 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/fhem.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/fhem.pl b/fhem/fhem.pl index 2a4779b68..aab2b7005 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -4187,6 +4187,7 @@ readingsBulkUpdate($$$@) if(!defined($hash->{".updateTimestamp"})) { Log 1, "readingsUpdate($name,$reading,$value) missed to call ". "readingsBeginUpdate first."; + stacktrace(); return; }