diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index c3d4631c..95d23e26 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -201,6 +201,7 @@ class ServerInotify extends Process */ protected function onErrorHandler($error) { + var_dump($error); $this->debug($error[1] . ' ' . $error[2] . ':' . $error[3]); }