mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-05 02:19:31 +00:00
fhem.pl: remove superfluous stacktrace (Forum #128362)
git-svn-id: https://svn.fhem.de/fhem/trunk@26248 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5471a00d94
commit
559520ad8b
@ -1360,8 +1360,7 @@ devspec2array($;$$)
|
|||||||
};
|
};
|
||||||
|
|
||||||
if($@) {
|
if($@) {
|
||||||
warn "devspec2array $name: $@";
|
warn "devspec2array $name: $@"; #128362
|
||||||
stacktrace() if(AttrVal("global", "stacktrace", 0));
|
|
||||||
return $name;
|
return $name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user