From 1635feb44c15dd84b359cd996609e0c05d31517a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 3 Sep 2020 01:31:26 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/Process/ServerInotify.php b/system/Process/ServerInotify.php index 6a9363d5..d450b12f 100644 --- a/system/Process/ServerInotify.php +++ b/system/Process/ServerInotify.php @@ -81,10 +81,12 @@ class ServerInotify extends Process $this->loadByDir($value); } if (!isset($this->md5Map[$md5])) { + $this->debug('not hav ' . $value); return $this->reload(); } $mTime = filectime($value); if ($this->md5Map[$md5] != $mTime) { + $this->debug('not hav ' . $this->md5Map[$md5] . ':' . $mTime); return $this->reload(); } $this->md5Map[$md5] = $mTime;