better *log action

This commit is contained in:
Radu Ioan Fericean
2013-12-04 12:23:33 +02:00
parent e6ae067db1
commit 300153f961

View File

@@ -89,7 +89,7 @@ func getActionFunc(typ string) (actionTypeFunc, bool) {
}
func logAction(ub *UserBalance, a *Action) (err error) {
Logger.Info(fmt.Sprintf("%v %v %v", a.BalanceId, a.Balance))
Logger.Info(fmt.Sprintf("%v %+v", a.BalanceId, a.Balance))
return
}