Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
improve hint log
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotte Steenbrink committed Mar 31, 2021
1 parent 2de0d3f commit 94d256f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ fn construct_backtrace(

if frame_index >= max_backtrace_len {
log::warn!(
"Maximum backtrace length of {:?} reached; cutting off the rest
"maximum backtrace length of {} reached; cutting off the rest
note: re-run with `--max-backtrace-len=<your maximum>` to extend this limit",
max_backtrace_len
);
Expand Down

0 comments on commit 94d256f

Please # to comment.