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 1df69ee132
commit b8ebcde7af

View File

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