mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
76_SMAPortal: contrib 3.1.0
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@22207 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b8ba4e8299
commit
f449d7da04
@ -623,7 +623,7 @@ sub getcredentials {
|
|||||||
|
|
||||||
($username, $passwd) = split(":",decode_base64($credstr));
|
($username, $passwd) = split(":",decode_base64($credstr));
|
||||||
|
|
||||||
my $logpw = AttrVal($name, "showPassInLog", "0") == 1 ? $passwd : "********";
|
my $logpw = AttrVal($name, "showPassInLog", 0) ? $passwd : "********";
|
||||||
|
|
||||||
Log3($name, 4, "$name - Credentials read from RAM: $username $logpw");
|
Log3($name, 4, "$name - Credentials read from RAM: $username $logpw");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user