Skip to content

Commit

Permalink
tett LoadVmm log
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jul 18, 2024
1 parent a19ebc5 commit 7a37962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ux/ux.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func newToolbar() *toolbar {
mylog.Check(sdk.VmxSupportDetection())
mylog.Check(sdk.SetCustomDriverPathEx(sdk.SysPath))

mylog.Trace("InstallVmmDriver", sdk.InstallVmmDriver())
mylog.Trace("Install Driver return", sdk.InstallVmmDriver())

go func() {
mylog.Call(func() {
Expand All @@ -270,7 +270,7 @@ func newToolbar() *toolbar {
mylog.Call(func() {
buffer := sdk.SetTextMessageCallbackUsingSharedBuffer(unsafe.Pointer(reflect.ValueOf(sdk.LogCallback).Pointer()))
sharedBuffer := sdk.BytePointerToString((*byte)(buffer))
mylog.Info("LoadVmm", sharedBuffer)
mylog.Info("LoadVmm return", sharedBuffer)
})
}))
newPanel.AddChild(widget.NewButton("UnLoad Vmm", func() {
Expand Down

0 comments on commit 7a37962

Please sign in to comment.