mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-23 06:38:50 +00:00
include asan_text in log message as intended (#1092)
This commit is contained in:
@ -79,7 +79,7 @@ pub async fn check_asan_path(asan_dir: &Path) -> Result<Option<CrashLog>> {
|
||||
asan_text.truncate(ASAN_LOG_TRUNCATE_SIZE);
|
||||
asan_text.push_str("...<truncated>");
|
||||
}
|
||||
format_err!("unable to parse asan log {}: {:?}")
|
||||
format_err!("unable to parse asan log: {:?}", asan_text)
|
||||
})?;
|
||||
return Ok(Some(asan));
|
||||
}
|
||||
|
Reference in New Issue
Block a user