diff options
author | Ingela Anderton Andin <[email protected]> | 2013-03-20 15:53:26 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-05-08 10:39:17 +0200 |
commit | 8623dd8c37801ef65b1d1db5279cb5808b102cfa (patch) | |
tree | ae45e381fb2be51c660f057e26d0a064aa1787a8 /lib/ssl/test/ssl_npn_hello_SUITE.erl | |
parent | 2976421b28202961b470c9450c5b98429a8a19f1 (diff) | |
download | otp-8623dd8c37801ef65b1d1db5279cb5808b102cfa.tar.gz otp-8623dd8c37801ef65b1d1db5279cb5808b102cfa.tar.bz2 otp-8623dd8c37801ef65b1d1db5279cb5808b102cfa.zip |
ssl: ct:print -> ct:log and assert port_command
Diffstat (limited to 'lib/ssl/test/ssl_npn_hello_SUITE.erl')
-rw-r--r-- | lib/ssl/test/ssl_npn_hello_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_npn_hello_SUITE.erl b/lib/ssl/test/ssl_npn_hello_SUITE.erl index d818993fe6..0bcc0b1fc2 100644 --- a/lib/ssl/test/ssl_npn_hello_SUITE.erl +++ b/lib/ssl/test/ssl_npn_hello_SUITE.erl @@ -75,7 +75,7 @@ encode_and_decode_npn_server_hello_test(_Config) -> {[{DecodedHandshakeMessage, _Raw}], _} = ssl_handshake:get_tls_handshake(Version, list_to_binary(HandShakeData), <<>>), NextProtocolNegotiation = DecodedHandshakeMessage#server_hello.next_protocol_negotiation, - ct:print("~p ~n", [NextProtocolNegotiation]), + ct:log("~p ~n", [NextProtocolNegotiation]), NextProtocolNegotiation = #next_protocol_negotiation{extension_data = <<6, "spdy/2">>}. %%-------------------------------------------------------------------- |