Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit df73d59

Browse files
committed
Reduce logging
1 parent 185ac08 commit df73d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/src/arch/x86_64/rackscale/syscalls.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ impl VSpaceDispatch<u64> for Arch86LwkSystemCall {
143143
}
144144

145145
if base_page_iter.len() > 0 {
146-
log::error!(
147-
"Losing {:?} base pages of shared memoryn allocated to process {:?}. Oh well.",
146+
log::debug!(
147+
"Losing {:?} base pages of shared memory allocated to process {:?}. Oh well.",
148148
base_page_iter.len(),
149149
pid,
150150
);

0 commit comments

Comments
 (0)