Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat committed Oct 29, 2024
1 parent 97957d1 commit 8e8a969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/workceptor/workceptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func (w *Workceptor) scanForUnit(unitID string) {
sfd := &StatusFileData{}
err := sfd.Load(statusFilename)
if err != nil {
w.nc.GetLogger.Error("Error loading %s: %s", statusFilename, err)
w.nc.GetLogger().Error("Error loading %s: %s", statusFilename, err)
}
w.workTypesLock.RLock()
wt, ok := w.workTypes[sfd.WorkType]
Expand Down

0 comments on commit 8e8a969

Please sign in to comment.