Skip to content

Commit 4b0aed1

Browse files
authored
[feat] use debug to output during setting up host VM memory region (#30)
1 parent 52ae5e9 commit 4b0aed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ impl<H: AxVMHal, U: AxVCpuHal> AxVM<H, U> {
435435
)
436436
})?;
437437

438-
info!(
438+
debug!(
439439
"Setting up host VM memory region: [{:#x}~{:#x}] {:?}",
440440
mem_region.gpa,
441441
mem_region.gpa + mem_region.size,

0 commit comments

Comments
 (0)