changed log file names

This commit is contained in:
Jeena Paradies 2011-05-05 14:29:36 +02:00
parent b39ad8e97f
commit e6ff8b6f16
2 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@ handle_cast({add_one, Type}, St) ->
handle_cast(print, St) ->
CS = length(ggs_coordinator:get_all_players()),
S = lists:concat([CS,";",St#ate.server_messages,";",St#ate.client_messages]),
log("/tmp/ggs-log.csv", S),
log("/tmp/ggs-mps-log.csv", S),
io:fwrite("CS:~w | CM:~w | SM:~w |~n", [CS, St#ate.server_messages, St#ate.client_messages]),
{noreply, St};