2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00

98_freezemon.pm: unwrap Log3 function when set inactive, suppress warnings when redefining subs, Monitoring callFn (fm_CatchFnCalls), Monitoring Commands (fm_CatchCmds), adjusted log levels - REALLY not my day today... but I promise this is REALLY the last commit for today :-S

git-svn-id: https://svn.fhem.de/fhem/trunk@16540 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
KernSani 2018-04-02 20:46:27 +00:00
parent 8dcde68ccf
commit 5d9f818716

View File

@ -862,6 +862,7 @@ sub freezemon_callFn($@) {
###################################
sub freezemon_unwrap_all($) {
my ($hash) = @_;
my $name = $hash->{NAME};
Log3( "", 0, "[Freezemon] $name: Unwrapping CallFn" );
{
no warnings;