summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-03-13 18:12:28 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-03-13 18:12:28 +0100 |
commit | f3868d956b17f9606e7b7321914e7c08316a062c (patch) | |
tree | ea4baa16f6a8765e01a03c05f23b5cab3ec41869 /src/reply/turn_results.erl | |
parent | 68cfa3b73e6f7def9641b08c4acf2f0f96685843 (diff) |
Separates original timeline from updates.
Diffstat (limited to 'src/reply/turn_results.erl')
-rw-r--r-- | src/reply/turn_results.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reply/turn_results.erl b/src/reply/turn_results.erl index 8402389..0f3ff25 100644 --- a/src/reply/turn_results.erl +++ b/src/reply/turn_results.erl @@ -18,7 +18,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -spec generate (list(any())) -> {list(any())}. generate (EncodedClientUpdate) -> - io:format("~nSending timeline:~n~p~n", [EncodedClientUpdate]), + io:format("~nSending turn results:~n~p~n", [EncodedClientUpdate]), { [ {<<"msg">>, <<"turn_results">>}, |