From 8e092cd43f5ba3813f0544db262099c53a281a60 Mon Sep 17 00:00:00 2001 From: William Venner Date: Wed, 6 Sep 2023 00:00:19 +0100 Subject: [PATCH] preserve backtraces, print id --- Cargo.toml | 1 - fastgmad-lib/src/workshop/mod.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 17c7da5..5b3bf8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,4 @@ members = ["fastgmad-lib", "fastgmad-publish", "fastgmad-bin"] [profile.release] lto = "thin" codegen-units = 1 -strip = "debuginfo" debug = "line-tables-only" \ No newline at end of file diff --git a/fastgmad-lib/src/workshop/mod.rs b/fastgmad-lib/src/workshop/mod.rs index 58ea3c7..4fa6d50 100644 --- a/fastgmad-lib/src/workshop/mod.rs +++ b/fastgmad-lib/src/workshop/mod.rs @@ -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 = {