summaryrefslogtreecommitdiff
path: root/lib/chessh/ssh/client/game/game.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chessh/ssh/client/game/game.ex')
-rw-r--r--lib/chessh/ssh/client/game/game.ex5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/chessh/ssh/client/game/game.ex b/lib/chessh/ssh/client/game/game.ex
index 9dbde7f..4e2f6ae 100644
--- a/lib/chessh/ssh/client/game/game.ex
+++ b/lib/chessh/ssh/client/game/game.ex
@@ -171,6 +171,11 @@ defmodule Chessh.SSH.Client.Game do
{:noreply, new_state}
end
+ def handle_info(x, state) do
+ Logger.debug("unknown message in game process #{inspect(x)}")
+ {:noreply, state}
+ end
+
def input(
width,
height,