Skip to content

Commit 08507ff

Browse files
author
szy
committed
debug
1 parent 7c169ae commit 08507ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/vmm/fdt/create.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ pub fn update_fdt(fdt_src: NonNull<u8>, dtb_size: usize, vm: VMRef) {
313313
.unwrap();
314314
} else {
315315
debug!(
316-
"Found property: {}, belonging to node: {}",
316+
"Find property: {}, belonging to node: {}",
317317
prop.name,
318318
node.name()
319319
);

0 commit comments

Comments
 (0)