diff --git a/src/agent/src/storage/ephemeral_handler.rs b/src/agent/src/storage/ephemeral_handler.rs index 50789b347b..f544279ae2 100644 --- a/src/agent/src/storage/ephemeral_handler.rs +++ b/src/agent/src/storage/ephemeral_handler.rs @@ -170,7 +170,7 @@ impl EphemeralHandler { let size = size_str .unwrap() .parse::() - .context(format!("parse size: {:?}", &pagesize_str))?; + .context(format!("parse size: {:?}", &size_str))?; Ok((pagesize, size)) }