Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit 449ac21

Browse files
Andy Voellmerxtreme-stevehiehn
authored andcommitted
added debug messages
Signed-off-by: Steve Hiehn <[email protected]>
1 parent a53ae71 commit 449ac21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/winsw_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ func isInstalled(label string) bool {
184184

185185
func runCommand(command *exec.Cmd) error {
186186
output, err := command.CombinedOutput()
187-
fmt.Printf("DEBUG: OUTPUT FROM TRYING TO STOP SERVICE: %v\n", output)
187+
fmt.Printf("DEBUG: OUTPUT FROM TRYING TO STOP SERVICE: %v\n", string(output))
188188
if err != nil {
189189
return fmt.Errorf("Failed to execute %s, %v: %s: %s", command.Path, command.Args, err, string(output))
190190
}

0 commit comments

Comments
 (0)