mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +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:
parent
3b05b84f40
commit
9b184433b4
@ -1270,6 +1270,7 @@ devspec2array($;$)
|
||||
|
||||
if($@) {
|
||||
Log 1, "devspec2array $name: $@";
|
||||
stacktrace();
|
||||
return $name;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user