From 343ab7e12a9be10128ce6dd0d083ae0b6bf15019 Mon Sep 17 00:00:00 2001
From: Siri Hansen <siri@erlang.org>
Date: Tue, 1 Mar 2016 10:19:55 +0100
Subject: Log open and close of netconf connections

Commit 4cf832f1ad163f5b25dd8a6f2d314c169c23c82f erroneously removed
logging of open and close of netconf connections. This is now
corrected.
---
 lib/common_test/src/ct_conn_log_h.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/common_test/src/ct_conn_log_h.erl b/lib/common_test/src/ct_conn_log_h.erl
index f7615fdc14..93f358462d 100644
--- a/lib/common_test/src/ct_conn_log_h.erl
+++ b/lib/common_test/src/ct_conn_log_h.erl
@@ -117,7 +117,7 @@ write_report(Time,#conn_log{module=ConnMod}=Info,Data,GL,State) ->
 	    ok;
 	{LogType,Fd} ->
 	    case format_data(ConnMod,LogType,Data) of
-		[] ->
+		[] when Info#conn_log.action==send; Info#conn_log.action==recv ->
 		    ok;
 		FormattedData ->
 		    io:format(Fd,"~n~ts~ts~ts",[format_head(ConnMod,LogType,Time),
-- 
cgit v1.2.3