diff options
author | Micael Karlberg <[email protected]> | 2012-03-19 14:54:26 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-03-19 14:54:26 +0100 |
commit | 662e3ffeed74d9121315d86af46430dd71e01709 (patch) | |
tree | 544ced81c3d9e0de9823e844ca1cce8d8e28cf30 /lib/megaco/examples/meas/megaco_codec_mstone2.erl | |
parent | 3087769515ea9bfc75f7d7b8897bc897c7f13931 (diff) | |
parent | 78cbfaad628aa2d548432e251ef0943b46a502b2 (diff) | |
download | otp-662e3ffeed74d9121315d86af46430dd71e01709.tar.gz otp-662e3ffeed74d9121315d86af46430dd71e01709.tar.bz2 otp-662e3ffeed74d9121315d86af46430dd71e01709.zip |
Merge branch 'bmk/megaco/megaco31601_integration/r15' into maint
Diffstat (limited to 'lib/megaco/examples/meas/megaco_codec_mstone2.erl')
-rw-r--r-- | lib/megaco/examples/meas/megaco_codec_mstone2.erl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/megaco/examples/meas/megaco_codec_mstone2.erl b/lib/megaco/examples/meas/megaco_codec_mstone2.erl index f3588f2e3d..54b889345f 100644 --- a/lib/megaco/examples/meas/megaco_codec_mstone2.erl +++ b/lib/megaco/examples/meas/megaco_codec_mstone2.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2006-2009. All Rights Reserved. +%% Copyright Ericsson AB 2006-2012. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -40,7 +40,7 @@ %% When the finished timer expires, it will stop respawing %% the worker processes, and instead just wait for them all %% to finish. -%% The test is finished by printing the statistics. +%% The test is finishes by printing the statistics. %% - A worker process for each codec combination. %% This process is spawned by the loader process. It receives %% at start a list of messages. It shall decode and then @@ -162,7 +162,6 @@ parse_message_package(BadMessagePackage) -> mstone_init(MessagePackage, DrvInclude) -> io:format("~n", []), - ?LIB:set_default_sched_bind(), ?LIB:display_os_info(), ?LIB:display_system_info(), ?LIB:display_app_info(), |