mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 14:48:43 +05:00
better *log action
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user