Changed a few comments

This commit is contained in:
Diptanu Choudhury
2016-02-05 18:07:06 -08:00
parent abad46c423
commit 84b31eff98
4 changed files with 4 additions and 4 deletions

View File

@@ -171,7 +171,7 @@ func (d *JavaDriver) Start(ctx *ExecContext, task *structs.Task) (DriverHandle,
pluginClient.Kill()
return nil, fmt.Errorf("error starting process via the plugin: %v", err)
}
d.logger.Printf("[INFO] driver.java: started process with pid: %v", ps.Pid)
d.logger.Printf("[DEBUG] driver.java: started process with pid: %v", ps.Pid)
// Return a driver handle
h := &javaHandle{