AsyncWorker: use a shorter name on logs

This commit is contained in:
Dylan K. Taylor 2019-06-13 14:00:26 +01:00
parent e95d81e04b
commit 6bd67730eb

View File

@ -70,7 +70,7 @@ class AsyncWorker extends Worker{
} }
public function getThreadName() : string{ public function getThreadName() : string{
return "Asynchronous Worker #" . $this->id; return "AsyncWorker#" . $this->id;
} }
public function getAsyncWorkerId() : int{ public function getAsyncWorkerId() : int{