Skip to content

Commit 1263edd

Browse files
author
James William Dumay
authored
Update CloudTasksQueue.php
1 parent 16735b3 commit 1263edd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CloudTasksQueue.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ private function taskName(string $queueName, string $uuid, string $displayName)
188188
// projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID
189189
$displayName = str_replace("\\", "-", $displayName);
190190
$taskName = sprintf('projects/%s/locations/%s/queues/%s/tasks/%s-%s', $projectId, $location, $queueId, $uuid, $displayName);
191-
Log::info('Task name '. $taskName);
191+
print ($taskName);
192+
print ($taskName);
192193
return $taskName;
193194
}
194195

0 commit comments

Comments
 (0)