2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

fhem.pl: add stacktrace to devspec error messages (Forum #80009)

git-svn-id: https://svn.fhem.de/fhem/trunk@15482 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-11-23 10:07:05 +00:00
parent 3b05b84f40
commit 9b184433b4

View File

@ -1270,6 +1270,7 @@ devspec2array($;$)
if($@) {
Log 1, "devspec2array $name: $@";
stacktrace();
return $name;
}
}