diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index e05bc09d..9131d07d 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -200,7 +200,8 @@ class ServerInotify extends Process */ protected function onErrorHandler() { - $this->debug(var_export(func_get_args(), true)); + [$code, $message, $file, $line, $args] = func_get_args(); + $this->debug($message . ' ' . $file . ':' . $line); }