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); }