diff --git a/Abstracts/HotReload.php b/Abstracts/HotReload.php index 114f836..c3b0761 100644 --- a/Abstracts/HotReload.php +++ b/Abstracts/HotReload.php @@ -113,7 +113,7 @@ class HotReload extends AbstractProcess } $this->reloading = true; - di(StdoutLogger::class)->println('reloading server, please waite.'); + di(StdoutLogger::class)->println('reloading server[' . \config('id', 'system-service') . '], please waite.'); $this->clear(); di(ServerInterface::class)->reload();