郑晓宇 6 anni fa
parent
commit
25d933e946
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();