Changing the log line

This commit is contained in:
Diptanu Choudhury
2016-03-24 14:53:53 -07:00
parent 6c5f546e86
commit 3c7d3cdca5
6 changed files with 6 additions and 6 deletions

View File

@@ -201,7 +201,7 @@ func (d *JavaDriver) Start(ctx *ExecContext, task *structs.Task) (DriverHandle,
waitCh: make(chan *cstructs.WaitResult, 1),
}
if err := h.executor.RegisterServices(); err != nil {
d.logger.Printf("[ERR] driver.java: error registering services with consul for task: %v, err: %v", task.Name, err)
d.logger.Printf("[ERR] driver.java: error registering services with consul for task: %q: %v", task.Name, err)
}
go h.run()
return h, nil