fixing copy paste mistake

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3438 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch
2013-07-16 19:08:49 +00:00
parent bf1956c783
commit 9af4bafa8a

View File

@@ -223,7 +223,8 @@ while(1)
if(defined($child_handles{$client}))
{
print timestamp()."signalling thread ".$child_handles{$client}->tid()." for an instant test for client ".$client->peerhos$
print timestamp()."signalling thread ".$child_handles{$client}->tid()." for an instant test for client ".$client->peerhost()."\n" if($opt_v);
$child_handles{$client}->kill('HUP');
$client->send("command accepted\n");
}