Fixed a comment

This commit is contained in:
Diptanu Choudhury 2016-02-03 21:18:33 -08:00
parent 2f9c14c3e0
commit 38374e3703
1 changed files with 1 additions and 1 deletions

View File

@ -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{