瀏覽代碼

更新机器人

郑晓宇 6 年之前
父節點
當前提交
25d933e946
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Console/Commands/robot.php

+ 1 - 1
app/Console/Commands/robot.php

@@ -177,7 +177,7 @@ class robot extends Command
                     $sig = SIGINT;
                     $master_pid = is_file($worker::$pidFile) ? file_get_contents($worker::$pidFile) : 0;
                     $master_pid && posix_kill($master_pid, $sig);
-                    Log::info("删除不了进程 {$master_pid}");
+                    Log::info("用户ID: {$user->user_id} \n 房间ID: {$room_id}\n 删除不了进程 {$master_pid}\n");
                 }
             };
             $con->connect();