fix debug statement

This commit is contained in:
Mark McCaskey
2019-04-05 14:33:49 -07:00
parent 8015fbfc16
commit b0a83408ec

View File

@ -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)]