We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b62d1a + ad98541 commit 3cbd926Copy full SHA for 3cbd926
pkg/actions/nodegroup/drain.go
@@ -58,6 +58,6 @@ func (d *Drainer) Drain(ctx context.Context, input *DrainInput) error {
58
59
func waitForAllRoutinesToFinish(ctx context.Context, sem *semaphore.Weighted, size int64) {
60
if err := sem.Acquire(ctx, size); err != nil {
61
- logger.Critical("failed to acquire semaphore while waiting for all routines to finish: %w", err)
+ logger.Critical("failed to acquire semaphore while waiting for all routines to finish: %v", err)
62
}
63
0 commit comments