mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
AsyncWorker: use a shorter name on logs
This commit is contained in:
@@ -70,7 +70,7 @@ class AsyncWorker extends Worker{
|
||||
}
|
||||
|
||||
public function getThreadName() : string{
|
||||
return "Asynchronous Worker #" . $this->id;
|
||||
return "AsyncWorker#" . $this->id;
|
||||
}
|
||||
|
||||
public function getAsyncWorkerId() : int{
|
||||
|
Reference in New Issue
Block a user