2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

fixed log output

git-svn-id: https://svn.fhem.de/fhem/trunk@4235 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-11-17 11:06:53 +00:00
parent df6af3ea3d
commit 493b0f56d2

View File

@ -407,7 +407,7 @@ HUEBridge_HTTP_Request($$$@)
$conn = IO::Socket::INET->new(PeerAddr=>"$host:$port", Timeout=>$timeout);
}
if(!$conn) {
Log3 undef, 1, "HUEBridge_HTTP_Request $displayurl: Can't connect to $protocol://$host:$port\n";
Log3 undef, 1, "HUEBridge_HTTP_Request $displayurl: Can't connect to $protocol://$host:$port";
undef $conn;
return undef;
}