Browse Source

TMSPResult tweak

pull/1780/head
Jae Kwon 9 years ago
parent
commit
1dfc6950dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      types/result.go

+ 1
- 1
types/result.go View File

@ -28,7 +28,7 @@ func (res Result) IsErr() bool {
}
func (res Result) Error() string {
return fmt.Sprintf("TMSP error code:%v, data:%X, log:%v", res.Code, res.Data, res.Log)
return fmt.Sprintf("TMSP code:%v, data:%X, log:%v", res.Code, res.Data, res.Log)
}
func (res Result) PrependLog(log string) Result {


Loading…
Cancel
Save