diff --git a/lib/emscripten/src/process.rs b/lib/emscripten/src/process.rs index ec4fbc43f..ce0bcb3d8 100644 --- a/lib/emscripten/src/process.rs +++ b/lib/emscripten/src/process.rs @@ -93,7 +93,7 @@ pub fn _sem_wait(_one: i32, _ctx: &mut Ctx) -> i32 { #[allow(clippy::cast_ptr_alignment)] pub fn _getgrent(ctx: &mut Ctx) -> c_int { - debug!("emscripten::_getgrent {}", name_ptr); + debug!("emscripten::_getgrent"); -1 }