diff --git a/output/outputs.go b/output/outputs.go index d04fe37..dec2730 100644 --- a/output/outputs.go +++ b/output/outputs.go @@ -660,7 +660,7 @@ func GoGetHandler(w http.ResponseWriter, r *http.Request) { channelRet["output"] = string(buf) if nil != err { - glog.V(3).Infof("Session [%s] 's running [go get] [runningId=%d] has done (with error: %s)", sid, runningId, err.Error) + glog.V(3).Infof("Session [%s] 's running [go get] [runningId=%d] has done (with error: %s)", sid, runningId, err.Error()) channelRet["output"] = "" + i18n.Get(r, "get-failed").(string) + "\n" + string(buf)