fixed uninitialized concat error

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2464 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch
2013-01-10 18:40:52 +00:00
parent 8c37c19660
commit d16da1e762

View File

@@ -478,7 +478,7 @@ YAMAHA_AVR_SendCommand($$;$)
$response = CustomGetFileFromURL(0, "http://".$address."/YamahaRemoteControl/ctrl", 10, "<?xml version=\"1.0\" encoding=\"utf-8\"?>".$command, 0, ($hash->{helper}{AVAILABLE} ? $loglevel : 5));
Log GetLogLevel($name, 5), "YAMAHA_AVR: got response for $name: $response";
Log GetLogLevel($name, 5), "YAMAHA_AVR: got response for $name: $response" if(defined($response));
unless(defined($response))
{