From ae5a0eaf11b90184f67f75af816507f9ceaec627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 7 Sep 2020 13:42:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Process/ServerInotify.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index 9131d07d..1e75cbfa 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -201,7 +201,8 @@ class ServerInotify extends Process protected function onErrorHandler() { [$code, $message, $file, $line, $args] = func_get_args(); - $this->debug($message . ' ' . $file . ':' . $line); + $this->debug('Error:' . $message); + $this->debug($file . ':' . $line); }