now for real

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6339 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2014-08-01 06:34:35 +00:00
parent 07cf406d06
commit 43e38b358c

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->{helper}{user}";
$hash->{HAS_IDLE} = $client->has_capability("IDLE");