Skip to content

Commit

Permalink
Update logger to output the executable
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed May 3, 2024
1 parent 2b7893c commit 87cb2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pipes/mc.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func McWrite(in_pipe *script.Pipe,
if util.IsDebugLevel("DEBUG") {
fmt.Printf("command: %s\n", combined)
}
logging.Logger.Printf("MC mc targeting %s", path)
logging.Logger.Printf("MC "+getExecutable()+" targeting %s", path)
return in_pipe.Exec(combined)
}

Expand Down

0 comments on commit 87cb2f0

Please sign in to comment.