96_allowed.pm: mention the allowed instance name (Forum #84355)

git-svn-id: https://svn.fhem.de/fhem/trunk@16185 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2018-02-15 15:35:18 +00:00
parent 152a440bb5
commit 4f5689a224

View File

@@ -146,7 +146,7 @@ allowed_Authenticate($$$$)
}
}
Log3 $me, 3, "Login denied for $user via $cl->{NAME}" if(!$pwok);
Log3 $me, 3, "Login denied by $aName for $user via $cl->{NAME}" if(!$pwok);
# Add Cookie header ONLY if authentication with basicAuth was succesful
if($pwok && (!defined($authcookie) || $secret ne $authcookie)) {