@@ -51,6 +51,7 @@ class RAccServer extends BaseServer
{
try
+ Log::record("file is {$file}",Log::DEBUG);
if(file_exists($file))
if($this->is_exclude($file)) {
@@ -33,7 +33,7 @@ class processor extends queue\ILooper
elseif ($method == 'notify') {
$channel = $params['channel'];
$input = $params['params'];
-
+
if(empty($channel) || empty($params))
return;
$this->mProxy->notify($channel,$input);