2
0
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:
rudolfkoenig 2015-04-13 17:03:56 +00:00
parent 2a04e92b92
commit c92513882a

View File

@ -2663,7 +2663,7 @@ SignalHandling()
};
$SIG{__DIE__} = sub {
my ($msg) = @_;
Log 1, "DIE: $msg";
Log 1, "PERL ERROR: $msg";
stacktrace();
exit(1);
};