This commit is contained in:
2020-09-07 13:38:23 +08:00
parent 7652631743
commit a3b24ad443
+2 -4
View File
@@ -197,12 +197,10 @@ class ServerInotify extends Process
} }
/** /**
* @param $error
*/ */
protected function onErrorHandler($error) protected function onErrorHandler()
{ {
var_dump($error); $this->debug(var_export(func_get_args(), true));
$this->debug($error[1] . ' ' . $error[2] . ':' . $error[3]);
} }