aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_echo_server.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssh/test/ssh_echo_server.erl')
-rw-r--r--lib/ssh/test/ssh_echo_server.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_echo_server.erl b/lib/ssh/test/ssh_echo_server.erl
index 796a182502..ed9bbe1b67 100644
--- a/lib/ssh/test/ssh_echo_server.erl
+++ b/lib/ssh/test/ssh_echo_server.erl
@@ -31,6 +31,7 @@
-export([init/1, handle_msg/2, handle_ssh_msg/2, terminate/2]).
init([N]) ->
+ ct:pal("Echo server: ~p",[self()]),
{ok, #state{n = N}}.
handle_msg({ssh_channel_up, ChannelId, ConnectionManager}, State) ->