Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed May 12, 2019
1 parent b1506eb commit 167120a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LocalSession.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (it *LocalSession) Begin(p *tx.Propagation) error {
propagation = tx.ToString(*p)
}
if it.logSystem != nil {
it.logSystem.Println([]byte("[GoMybatis] ["+it.Id()+"] Begin session,Propagation:" + propagation))
it.logSystem.Println([]byte("[GoMybatis] ["+it.Id()+"] Begin session(Propagation:" + propagation+")"))
}
if it.isClosed == true {
return utils.NewError("LocalSession", " can not Begin() a Closed Session!")
Expand Down

0 comments on commit 167120a

Please sign in to comment.