Explorar o código

Merge branch 'refill_queue' of 39.97.239.116:gyfl/xyzshop into refill_queue

ayHaru %!s(int64=4) %!d(string=hai) anos
pai
achega
f03562e92b
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  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);