This commit is contained in:
Liang Ding 2014-10-23 15:35:56 +08:00
parent 7b47fe27b2
commit 4dc79f852a
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)
if nil != err {
glog.V(3).Infof("Session [%s] 's running [go get] [runningId=%d] has done (with error)", sid, runningId)
glog.V(3).Infof("Session [%s] 's running [go get] [runningId=%d] has done (with error: %s)", sid, runningId, err.Error)
channelRet["output"] = "<span class='get-failed'>" + i18n.Get(r, "get-failed").(string) + "</span>\n" + string(buf)