@@ -68,7 +68,7 @@ |
||
68 | 68 | } |
69 | 69 | $errno = curl_multi_add_handle($this->mh, $ch); |
70 | 70 | if ($errno !== CURLM_OK) { |
71 | - $msg = curl_multi_strerror($errno) . ": $ch"; |
|
71 | + $msg = curl_multi_strerror($errno).": $ch"; |
|
72 | 72 | $deferred->reject(new \RuntimeException($msg)); |
73 | 73 | return; |
74 | 74 | } |