mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
fix lint
This commit is contained in:
@@ -144,7 +144,7 @@ RETRY:
|
||||
a.Agent = agent
|
||||
break
|
||||
} else if i == 0 {
|
||||
a.T.Logf(a.Name, "Error starting agent:", err)
|
||||
a.T.Logf("%s: Error starting agent: %v", a.Name, err)
|
||||
runtime.Goexit()
|
||||
} else {
|
||||
if agent != nil {
|
||||
|
||||
Reference in New Issue
Block a user