2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 09:49:20 +00:00

fixed typo

git-svn-id: https://svn.fhem.de/fhem/trunk@6336 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2014-07-31 20:26:38 +00:00
parent 5469c976fc
commit 044e311c7f

View File

@ -166,7 +166,7 @@ mailcheck_Connect($)
$hash->{LAST_LOGIN} = FmtDateTime( gettimeofday() );
$hash->{CLIENT} = $client;
Log3 $name, 3, "$name: logged in to $hash->{User}";
Log3 $name, 3, "$name: logged in to $hash->{user}";
$hash->{HAS_IDLE} = $client->has_capability("IDLE");