mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-25 06:31:32 +00:00
fix debug statement
This commit is contained in:
@ -306,7 +306,7 @@ pub fn _strftime(
|
||||
) -> i32 {
|
||||
debug!(
|
||||
"emscripten::_strftime {} {} {} {}",
|
||||
_s_ptr, _maxsize, _format_ptr, _tm_ptr
|
||||
s_ptr, maxsize, format_ptr, tm_ptr
|
||||
);
|
||||
|
||||
#[allow(clippy::cast_ptr_alignment)]
|
||||
|
Reference in New Issue
Block a user