Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f310aeb

Browse files
authored
Disable skipping job acquire log (#3240)
Signed-off-by: Spike Curtis <[email protected]>
1 parent b1e0d69 commit f310aeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

provisionerd/provisionerd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ func (p *Server) acquireJob(ctx context.Context) {
190190
return
191191
}
192192
if p.isRunningJob() {
193-
p.opts.Logger.Debug(context.Background(), "skipping acquire; job is already running")
194193
return
195194
}
196195
if p.isShutdown() {

0 commit comments

Comments
 (0)