mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 23:06:05 +00:00
fhem.pl: Typo
git-svn-id: https://svn.fhem.de/fhem/trunk@8430 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2a04e92b92
commit
c92513882a
@ -2663,7 +2663,7 @@ SignalHandling()
|
||||
};
|
||||
$SIG{__DIE__} = sub {
|
||||
my ($msg) = @_;
|
||||
Log 1, "DIE: $msg";
|
||||
Log 1, "PERL ERROR: $msg";
|
||||
stacktrace();
|
||||
exit(1);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user