This commit is contained in:
2026-07-15 09:42:08 +08:00
parent 6ad9d5d0da
commit 136f360fec
3 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ class FileWatcher extends AbstractProcess implements OnProcessInterface
}
if (!$this->reloadWorkers()) {
di(StdoutLogger::class)->println('reload server failed: master pid not found or signal failed');
di(StdoutLogger::class)->println('reload server failed: Server->reload() failed, and master pid fallback not found or signal failed');
}
} finally {
$this->reloading = false;