Skip to content

Commit 0657194

Browse files
committed
$ character in sprintf statement should be a % to correctly output all arguments
1 parent d4ba449 commit 0657194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WebDriver/Service/CurlService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function execute($requestMethod, $url, $parameters = null, $extraOptions
6666

6767
if ($error = curl_error($curl)) {
6868
$message = sprintf(
69-
'Curl error thrown for http %s to %s$s',
69+
'Curl error thrown for http %s to %s%s',
7070
$requestMethod,
7171
$url,
7272
$parameters && is_array($parameters)

0 commit comments

Comments
 (0)