Merge pull request #1015 from luoliwoshang/runtime/rmlog
runtime:rm log of StartProcess
This commit is contained in:
@@ -64,7 +64,6 @@ func startProcess(name string, argv []string, attr *ProcAttr) (p *Process, err e
|
|||||||
return nil, &PathError{Op: "fork/exec", Path: name, Err: e}
|
return nil, &PathError{Op: "fork/exec", Path: name, Err: e}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
println("StartProcess", pid, h, e)
|
|
||||||
|
|
||||||
return newProcess(pid, h), nil
|
return newProcess(pid, h), nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user