This commit is contained in:
2023-04-18 23:47:30 +08:00
parent 59c4da5a9c
commit 1086534302
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ class CoroutineServer implements ServerInterface
\Kiri::getLogger()->alert('Pid ' . getmypid() . ' get signo ' . $no);
$this->shutdown();
} catch (\Throwable $exception) {
\Kiri::getLogger()->error($exception->getMessage());
error($exception);
}
}