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 = {