Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 5023d47

Browse files
author
Dries Pauwels
committed
info logging php script
1 parent 69748c7 commit 5023d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/command_executer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func (me CommandExecuter) Execute(cmd *exec.Cmd) bool {
2222
out, err := cmd.CombinedOutput()
2323

2424
//log output php script to info
25-
me.infLogger.Printf("Output php: %s\n", string(out))
25+
me.infLogger.Printf("Output php: %s\n", string(out[:]))
2626

2727
if err != nil {
2828
me.infLogger.Println("Failed. Check error log for details.")

0 commit comments

Comments
 (0)