Skip to content

Commit 4e8742d

Browse files
committed
Fix
1 parent 88e30ff commit 4e8742d

File tree

1 file changed

+1
-1
lines changed
  • components/image-builder-mk3/pkg/auth

1 file changed

+1
-1
lines changed

components/image-builder-mk3/pkg/auth/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ func (a AllowedAuthFor) additionalAuth(domain string) *Authentication {
390390
res.Password = segs[numSegs-1]
391391
}
392392
} else {
393-
log.WithError(err).Warn("failed to decode base64 auth string in additionalAuth")
393+
log.Errorf("failed getting additional auth")
394394
}
395395
return res
396396
}

0 commit comments

Comments
 (0)