Fixed a comment

This commit is contained in:
Diptanu Choudhury 2016-02-03 21:18:33 -08:00
parent 2f9c14c3e0
commit 38374e3703

View file

@ -125,7 +125,7 @@ func (d *ExecDriver) Start(ctx *ExecContext, task *structs.Task) (DriverHandle,
pluginClient.Kill() pluginClient.Kill()
return nil, fmt.Errorf("error starting process via the plugin: %v", err) 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 // Return a driver handle
h := &execHandle{ h := &execHandle{