Skip to content

Commit

Permalink
log argument
Browse files Browse the repository at this point in the history
  • Loading branch information
benibenj committed Feb 8, 2024
1 parent d668682 commit a7da6ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inno_updater"
version = "0.10.1"
version = "0.10.2"
authors = ["Microsoft <monacotools@microsoft.com>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ impl error::Error for ArgumentError {
}

fn _main(log: &slog::Logger, args: &[String]) -> Result<(), Box<dyn error::Error>> {
info!(log, "Starting: {}, {}", args[1], args[2]);
info!(log, "Starting: {}, {}, {}", args[1], args[2], args[3]);

let code_path = PathBuf::from(&args[1]);

Expand Down

0 comments on commit a7da6ca

Please sign in to comment.