Skip to content

Commit c45817b

Browse files
chore: use log instead of e.log
1 parent 1213769 commit c45817b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/autobuild/lifecycle_executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func (e *Executor) runOnce(t time.Time) Stats {
183183
return xerrors.Errorf("try acquire lifecycle executor lock: %w", err)
184184
}
185185
if !ok {
186-
e.log.Debug(e.ctx, "unable to acquire lock for workspace, skipping", slog.F("workspace_id", wsID))
186+
log.Debug(e.ctx, "unable to acquire lock for workspace, skipping")
187187
return nil
188188
}
189189

0 commit comments

Comments
 (0)