diff options
author | Micael Karlberg <[email protected]> | 2011-09-23 14:14:19 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-09-23 14:14:19 +0200 |
commit | 9c686fc1fc0628549af91b84866b824e9a3f5f15 (patch) | |
tree | 45326ccba347081a20a7e81827519df9c1e21c78 /lib/inets/test/httpd_SUITE.erl | |
parent | 7b304f5e886b03ad9cb52dc84169d06bfc9ea378 (diff) | |
parent | 12f3b441fc138a6e7a5bc09b8973bd55cba8b5be (diff) | |
download | otp-9c686fc1fc0628549af91b84866b824e9a3f5f15.tar.gz otp-9c686fc1fc0628549af91b84866b824e9a3f5f15.tar.bz2 otp-9c686fc1fc0628549af91b84866b824e9a3f5f15.zip |
Merge branch 'dev' of super:otp into bmk/megaco/fix_version_and_notes/OTP-9550
Diffstat (limited to 'lib/inets/test/httpd_SUITE.erl')
-rw-r--r-- | lib/inets/test/httpd_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/test/httpd_SUITE.erl b/lib/inets/test/httpd_SUITE.erl index c4d4bf969b..1112208295 100644 --- a/lib/inets/test/httpd_SUITE.erl +++ b/lib/inets/test/httpd_SUITE.erl @@ -646,7 +646,7 @@ init_per_testcase3(Case, Config) -> ok -> "mod_htaccess"; Other -> - error_logger:info_report("Other: ~p~n", [Other]), + error_logger:info_msg("Other: ~p~n", [Other]), {skip, "SSL does not seem to be supported"} end; [X, $s, $s, $l, $_ | Rest] -> @@ -663,7 +663,7 @@ init_per_testcase3(Case, Config) -> ok -> Rest; Other -> - error_logger:info_report("Other: ~p~n", [Other]), + error_logger:info_msg("Other: ~p~n", [Other]), {skip, "SSL does not seem to be supported"} end; "ipv6_" ++ _ = TestCaseStr -> |