diff options
author | Micael Karlberg <[email protected]> | 2011-09-23 16:15:29 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-09-23 16:15:29 +0200 |
commit | 3f5c0bf1f17d5c9d6f1b4dad5a9944e844c5393f (patch) | |
tree | da1a5b930a9e7b8eb4db170b6ad14478a3ff891a /lib/inets/test/httpd_SUITE.erl | |
parent | 524ad34276ef31fc5c306943539e3fe9bd19ad8c (diff) | |
parent | 1ead5e977d307ae391fdfd34e28fa5d587db2855 (diff) | |
download | otp-3f5c0bf1f17d5c9d6f1b4dad5a9944e844c5393f.tar.gz otp-3f5c0bf1f17d5c9d6f1b4dad5a9944e844c5393f.tar.bz2 otp-3f5c0bf1f17d5c9d6f1b4dad5a9944e844c5393f.zip |
Merge branch 'major' of super:otp into bmk/inets/inets58_integration
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 ea704e509e..faeed3b5f9 100644 --- a/lib/inets/test/httpd_SUITE.erl +++ b/lib/inets/test/httpd_SUITE.erl @@ -593,7 +593,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] -> @@ -609,7 +609,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 -> |