2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

SYSMON: fix: log

git-svn-id: https://svn.fhem.de/fhem/trunk@13621 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hexenmeister 2017-03-05 20:22:02 +00:00
parent 15ab48fc1e
commit 821e01af3b

View File

@ -3791,7 +3791,7 @@ sub SYSMON_readPassword($)
}
else
{
SYSMON_Log($hash, 2, "No password in file");
SYSMON_Log($hash, 5, "No password in file");
return undef;
}
}