This commit is contained in:
wh1te909 2024-01-27 02:46:11 +00:00
parent 7dc08fdbf3
commit 4a79b3dce3

View File

@ -436,7 +436,7 @@ func (a *Agent) ForceKillMesh() {
} }
for _, pid := range pids { for _, pid := range pids {
a.Logger.Debugln("Killing mesh process with pid %d", pid) a.Logger.Debugln("Killing mesh process with pid:", pid)
if err := KillProc(int32(pid)); err != nil { if err := KillProc(int32(pid)); err != nil {
a.Logger.Debugln(err) a.Logger.Debugln(err)
} }