-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
mod-Buienradar/lib/FHEM/Weather/Buienradar.pm
Lines 577 to 587 in e0f7412
sub debug_message { | |
local $OFS = qq{\n}; | |
my $device_name = shift; | |
if ( int( ::AttrVal( q{global}, q{verbose}, 0 ) ) >= $DEBUGGING_MIN_VERBOSE | |
or int( ::AttrVal( $device_name, q{debug}, 0 ) ) == 1 ) | |
{ | |
::Debug( join $OFS, ( qq{[$device_name]}, qq{@_} ) ); | |
} | |
return; | |
} |
debug_message
is much to chatty
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request