Skip to content

Commit

Permalink
luau: show what qsv_cmd args in log
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Jan 29, 2024
1 parent 0c911f6 commit 4e6c39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/luau.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()?;
Expand Down

0 comments on commit 4e6c39c

Please sign in to comment.