mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
AsyncWorker: use a shorter name on logs
This commit is contained in:
parent
e95d81e04b
commit
6bd67730eb
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user