WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 46daad2

Browse files
committed
update log
1 parent 0a3cf23 commit 46daad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vmm/src/persist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ fn snapshot_memory_to_file(
328328
// The memory file already exists.
329329
// We're going to use the msync behaviour
330330
for region in vmm.guest_memory().iter() {
331-
warn!("saving memory region");
331+
info!("saving memory region");
332332
unsafe {
333333
if libc::msync(region.as_ptr() as _, region.len() as _, libc::MS_SYNC) == -1 {
334334
return Err(CreateSnapshotError::Memory(

0 commit comments

Comments
 (0)