This commit is contained in:
Wenkai Yin 2017-06-02 14:17:01 +08:00
parent cf306ec66e
commit e0fe068308

View File

@ -102,7 +102,7 @@ func (s *StatisticAPI) Get() {
})
if err != nil {
s.HandleInternalServerError(fmt.Sprintf(
"failed to get projects: %v", err))
"failed to get projects of user %s: %v", s.username, err))
return
}
statistic[MPC] = (int64)(len(projects))