stanley-king 4 lat temu
rodzic
commit
fd7235ca10
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 0
      helper/fcgisrv/RAccServer.php
  2. 1 1
      rdispatcher/processor.php

+ 1 - 0
helper/fcgisrv/RAccServer.php

@@ -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)) {

+ 1 - 1
rdispatcher/processor.php

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