Skip to content

Commit

Permalink
fix log format specifier
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
  • Loading branch information
WanzenBug committed Nov 7, 2023
1 parent f91463c commit 11b3a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func (a *agent) reconcile(ctx context.Context, recorder events.EventRecorder) er

req, err := a.getRequestForDrbdResource(resource, now)
if err != nil {
klog.V(2).Infof("ignoring resource: %w", err)
klog.V(2).Infof("ignoring resource: %s", err)
continue
}

Expand Down

0 comments on commit 11b3a9e

Please sign in to comment.