Skip to content

Commit

Permalink
try to count next_session errors
Browse files Browse the repository at this point in the history
SVN Revision: 881
  • Loading branch information
nniclausse committed Aug 29, 2008
1 parent e1ed340 commit 7a1d0a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tsung/ts_launcher.erl
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ do_launch({Intensity, MyHostName})->
case catch ts_config_server:get_next_session(MyHostName) of
{timeout, _ } ->
?LOG("get_next_session failed (timeout), skip this session !~n", ?ERR),
ts_mon:add({ count, error_next_session }),
error;
{ok, Session} ->
ts_client_sup:start_child(Session),
Expand Down

0 comments on commit 7a1d0a6

Please sign in to comment.