aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_test_lib.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-05-14 12:57:17 +0200
committerHans Nilsson <[email protected]>2018-05-14 12:57:17 +0200
commit0c737f730eccd5716b6d87b0ef690fc7ad02d547 (patch)
treec53ae24f4a7e5365d201ba205f8196acb58248d1 /lib/ssh/test/ssh_test_lib.erl
parent3694847de4ed6ee7bd5dba3bb20dce3964a6be46 (diff)
parente151ed20b302a763d8f43cc4329dde821da8cbde (diff)
downloadotp-0c737f730eccd5716b6d87b0ef690fc7ad02d547.tar.gz
otp-0c737f730eccd5716b6d87b0ef690fc7ad02d547.tar.bz2
otp-0c737f730eccd5716b6d87b0ef690fc7ad02d547.zip
Merge branch 'hans/ssh/timers/OTP-15019'
* hans/ssh/timers/OTP-15019: ssh: Test cases fixes ssh: Use generic_timer for option idle_time ssh: Refactor connection_msg handling ssh: Unfold function in the single used place ssh: idle_timer sends special msg instead of EXIT
Diffstat (limited to 'lib/ssh/test/ssh_test_lib.erl')
-rw-r--r--lib/ssh/test/ssh_test_lib.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_test_lib.erl b/lib/ssh/test/ssh_test_lib.erl
index 57ae2dbac2..65970535f4 100644
--- a/lib/ssh/test/ssh_test_lib.erl
+++ b/lib/ssh/test/ssh_test_lib.erl
@@ -926,7 +926,7 @@ get_kex_init(Conn, Ref, TRef) ->
end;
false ->
- ct:log("Not in 'connected' state: ~p",[State]),
+ ct:log("~p:~p Not in 'connected' state: ~p",[?MODULE,?LINE,State]),
receive
{reneg_timeout,Ref} ->
ct:log("S = ~p", [S]),