Skip to content

Commit

Permalink
Improve logging of Tcptimer
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Jun 6, 2015
1 parent d4a38d5 commit 38f2036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcp/tcptimer.ml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ module Make(Time:V1_LWT.TIME) = struct
Time.sleep t.period >>= fun () ->
t.expire s >>= function
| Stoptimer ->
Log.f debug "timerloop: stoptimer";
Stats.decr_timer ();
t.running <- false;
Log.f debug "timerloop: stoptimer";
return_unit
| Continue d ->
Log.f debug "timerloop: continuer";
Expand Down

0 comments on commit 38f2036

Please sign in to comment.