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:
nasseeder1 2020-06-20 11:37:04 +00:00
parent b8ba4e8299
commit f449d7da04

View File

@ -623,7 +623,7 @@ sub getcredentials {
($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");