Skip to content

Commit

Permalink
UHF-8706: concat requires space
Browse files Browse the repository at this point in the history
  • Loading branch information
rpnykanen committed Sep 11, 2024
1 parent 4249772 commit b635b4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ private function getEntityAlias(JobListing $entity, string $langcode): string {
*/
private function handleDebugMessage(Response $response) {
if ($response->isDryRun()) {
$this->logger->debug('Request would have sent following urls to api: '. json_encode($response->getUrls()));
$this->logger->debug('Request would have sent following urls to api: ' . json_encode($response->getUrls()));
}
}

Expand Down

0 comments on commit b635b4f

Please sign in to comment.