2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 05:16:02 +00:00

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
This commit is contained in:
rudolfkoenig 2017-01-17 09:38:18 +00:00
parent 0df36aa213
commit 3b105f79a3

View File

@ -4187,6 +4187,7 @@ readingsBulkUpdate($$$@)
if(!defined($hash->{".updateTimestamp"})) {
Log 1, "readingsUpdate($name,$reading,$value) missed to call ".
"readingsBeginUpdate first.";
stacktrace();
return;
}