Skip to content

Commit

Permalink
preserve backtraces, print id
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamVenner committed Sep 5, 2023
1 parent 0643645 commit 8e092cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ members = ["fastgmad-lib", "fastgmad-publish", "fastgmad-bin"]
[profile.release]
lto = "thin"
codegen-units = 1
strip = "debuginfo"
debug = "line-tables-only"
2 changes: 1 addition & 1 deletion fastgmad-lib/src/workshop/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ fn workshop_upload(#[cfg(feature = "binary")] noprogress: bool, kind: PublishKin
};

let res = (|| {
log::info!("Preparing item upload...");
log::info!("Preparing item {file_id} upload...");

// Add "Addon" and the addon type to the tags
let tags = {
Expand Down

0 comments on commit 8e092cd

Please sign in to comment.