aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_conn_log_h.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2017-05-09 15:33:57 +0200
committerSiri Hansen <[email protected]>2017-05-09 15:33:57 +0200
commit55086871a95f7ac518fc7e5a8e626f4f9b84e096 (patch)
tree48fc2faadf1a1db48c2b5d67ff4be3c84c40dfdd /lib/common_test/src/ct_conn_log_h.erl
parentc58f2e9484e34fee022dc71df0dce8f05034225f (diff)
parentfe521f4679ed0caa068f3825869796001b29fc40 (diff)
downloadotp-55086871a95f7ac518fc7e5a8e626f4f9b84e096.tar.gz
otp-55086871a95f7ac518fc7e5a8e626f4f9b84e096.tar.bz2
otp-55086871a95f7ac518fc7e5a8e626f4f9b84e096.zip
Merge branch 'siri/ct_netconfc/multiple-channels/OTP-14284'
* siri/ct_netconfc/multiple-channels/OTP-14284: [ct_netconfc] Update documentation [ct_netconfc] Start multiple sessions per SSH connection
Diffstat (limited to 'lib/common_test/src/ct_conn_log_h.erl')
-rw-r--r--lib/common_test/src/ct_conn_log_h.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_conn_log_h.erl b/lib/common_test/src/ct_conn_log_h.erl
index 93e64c65fe..6c1e46925f 100644
--- a/lib/common_test/src/ct_conn_log_h.erl
+++ b/lib/common_test/src/ct_conn_log_h.erl
@@ -238,6 +238,8 @@ actionstr(#conn_log{action=cmd}) -> "----->";
actionstr(#conn_log{action=recv}) -> "<-----";
actionstr(#conn_log{action=open}) -> "opened session to";
actionstr(#conn_log{action=close}) -> "closed session to";
+actionstr(#conn_log{action=connect}) -> "connected to";
+actionstr(#conn_log{action=disconnect}) -> "disconnected from";
actionstr(_) -> "<---->".
serverstr(#conn_log{name=undefined,address={undefined,_}}) ->