Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit e103295

Browse files
author
toni.lopez
committed
ITL-8
1 parent 7016392 commit e103295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Statsd/Statsd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function __construct(Configuration $configuration, $logger = null)
4646
{
4747
$this->namespace = $configuration->getNamespace();
4848

49-
$socketUrl = sprintf('udp://', $configuration->getHost());
49+
$socketUrl = sprintf('udp://' . $configuration->getHost());
5050
$this->socket = fsockopen($socketUrl, $configuration->getPort());
5151

5252
$this->logger = $logger;

0 commit comments

Comments
 (0)