Skip to content

Commit db59672

Browse files
committed
Drop the log message that qemu is properly signed
The message is pretty much useless. It should at best be a debug message, but I don't think it is needed at all, as long as there is a log message when something is wrong. Signed-off-by: Jan Dubois <jan.dubois@suse.com>
1 parent b9b9aa6 commit db59672

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)