Browse Source

pretty log

Maxim Sokhatsky 11 years ago
parent
commit
cd95cbf996
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/server/src/okey/game_okey_ng_table_trn.erl

+ 1 - 1
apps/server/src/okey/game_okey_ng_table_trn.erl

@@ -521,7 +521,7 @@ handle_player_action(#player{id = PlayerId, seat_num = SeatNum, user_id = UserId
                      #state{game_id = GameId, table_id = TableId} = StateData) ->
     {Keys,Values} = lists:unzip(Args),
     ExtAction = list_to_tuple([Action|Values]),
-    gas:info(?MODULE,"OKEY_NG_TABLE_TRN <~p,~p> Player <~p> (~p) submit the game action: ~p.",
+    gas:info(?MODULE,"OKEY_NG_TABLE_TRN <~p,~p> Player <~p> (~p)~n submit the game action: ~p.",
         [GameId, TableId, PlayerId, UserId, ExtAction]),
     do_action(SeatNum, ExtAction, From, StateName, StateData);