This commit is contained in:
2020-12-28 18:22:49 +08:00
parent cdbc39010e
commit 599e8826eb
+1 -1
View File
@@ -242,7 +242,7 @@ class Server extends Application
if (is_array($process)) {
[$process, $is_enable_coroutine] = $process;
}
$this->debug(sprintf('Process %s', $process));
$this->debug(sprintf('Process %s', $name . '::' . $process));
if (!is_string($process)) {
continue;
}