fix Undefined subroutine &FHEM::Devices::Nuki::Bridge::Log3

This commit is contained in:
2021-11-28 16:48:15 +01:00
parent 7816ab3119
commit 269da4d4f2
2 changed files with 5 additions and 5 deletions

View File

@ -815,7 +815,7 @@ sub Distribution {
else {
my $decode_json = eval { decode_json($json) };
if ($@) {
Log3( $name, 3,
::Log3( $name, 3,
"NUKIBridge ($name) - JSON error while request: $@" );
return;
}