fix log
This commit is contained in:
		@@ -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)
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user