aboutsummaryrefslogtreecommitdiff
path: root/src/shaper.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/shaper.erl')
-rw-r--r--src/shaper.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shaper.erl b/src/shaper.erl
index 0bede187d..c3f85039f 100644
--- a/src/shaper.erl
+++ b/src/shaper.erl
@@ -58,7 +58,7 @@ update(#maxrate{} = State, Size) ->
MinInterv = 1000 * Size /
(2 * State#maxrate.maxrate - State#maxrate.lastrate),
Interv = (now_to_usec(now()) - State#maxrate.lasttime) / 1000,
- ?INFO_MSG("State: ~p, Size=~p~nM=~p, I=~p~n",
+ ?DEBUG("State: ~p, Size=~p~nM=~p, I=~p~n",
[State, Size, MinInterv, Interv]),
Pause = if
MinInterv > Interv ->