From 4e6c39c1e2c426e320f533e491941cb74d2efcb4 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:39:23 -0500 Subject: [PATCH] `luau`: show what qsv_cmd args in log --- src/cmd/luau.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/luau.rs b/src/cmd/luau.rs index 38994b11b..344e80509 100644 --- a/src/cmd/luau.rs +++ b/src/cmd/luau.rs @@ -1918,7 +1918,7 @@ fn setup_helpers( if log_enabled!(log::Level::Debug) { log::debug!("qsv command stdout: {child_stdout} stderr: {child_stderr}"); } else { - log::info!("qsv command executed."); + log::info!("qsv command executed: {qsv_args}"); } let output_table = luau.create_table()?;