From 13c3302e83ab9861df7c267ede2ec4ab72c52da5 Mon Sep 17 00:00:00 2001 From: Michael Ferrari Date: Tue, 24 Feb 2026 01:55:44 +0100 Subject: [PATCH] Decrease log level of bump This message is generally less important during regular execution of a program and we also include the build location. --- src/bump.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bump.rs b/src/bump.rs index e767753..baf174e 100644 --- a/src/bump.rs +++ b/src/bump.rs @@ -109,7 +109,7 @@ impl Bump { let offset = inner.offset; let memory = unsafe { inner.memory.assume_init_mut() }; - info!( + debug!( "BUMP[{}]: {}b (U:{}b/F:{}b)", location, size,