Fixed a comment
This commit is contained in:
parent
2f9c14c3e0
commit
38374e3703
|
@ -125,7 +125,7 @@ func (d *ExecDriver) Start(ctx *ExecContext, task *structs.Task) (DriverHandle,
|
|||
pluginClient.Kill()
|
||||
return nil, fmt.Errorf("error starting process via the plugin: %v", err)
|
||||
}
|
||||
d.logger.Printf("DIPTANU Started process via plugin: %#v", ps)
|
||||
d.logger.Printf("started process via plugin with pid: %v", ps.Pid)
|
||||
|
||||
// Return a driver handle
|
||||
h := &execHandle{
|
||||
|
|
Loading…
Reference in New Issue