This commit is contained in:
Liang Ding 2014-10-23 15:46:48 +08:00
parent 9c274081f8
commit db36400f57
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ func GoGetHandler(w http.ResponseWriter, r *http.Request) {
channelRet["output"] = string(buf) channelRet["output"] = string(buf)
if nil != err { 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: %v)", sid, runningId, err)
channelRet["output"] = "<span class='get-failed'>" + i18n.Get(r, "get-failed").(string) + "</span>\n" + string(buf) channelRet["output"] = "<span class='get-failed'>" + i18n.Get(r, "get-failed").(string) + "</span>\n" + string(buf)