Skip to content

Commit 1530272

Browse files
authored
Merge pull request #3989 from jandubois/qemu-is-signed
Drop the log message that qemu is properly signed
2 parents 9eedf51 + db59672 commit 1530272

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/driver/qemu/entitlementutil/entitlementutil.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,5 @@ func AskToSignIfNotSignedProperly(ctx context.Context, qExe string) {
107107
} else {
108108
logrus.Warn("If QEMU does not start up, you may have to sign the QEMU binary with the \"com.apple.security.hypervisor\" entitlement manually. See https://github.com/lima-vm/lima/issues/1742 .")
109109
}
110-
} else {
111-
logrus.Infof("QEMU binary %q seems properly signed with the \"com.apple.security.hypervisor\" entitlement", qExe)
112110
}
113111
}

0 commit comments

Comments
 (0)