Skip to content
Snippets Groups Projects
Commit ee88d42a authored by Burton Rheutan's avatar Burton Rheutan Committed by Alex Ellis
Browse files

Removed extra log statement on error

parent 7fa03cb7
No related branches found
No related tags found
No related merge requests found
......@@ -145,8 +145,6 @@ func pipeRequest(config *WatchdogConfig, w http.ResponseWriter, r *http.Request,
if config.writeDebug == true {
log.Printf("Success=%t, Error=%s\n", targetCmd.ProcessState.Success(), err.Error())
log.Printf("Out=%s\n", out)
} else {
log.Printf("An Error Occurred\n")
}
if ri.headerWritten == false {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment