Commit 2b839604 authored by Ulysse Beaugnon's avatar Ulysse Beaugnon

Bug solved in tunnels.py

parent f4b5604d
......@@ -31,8 +31,7 @@ class Connection:
else:
self._bandwidth = (1-smooth)*self._bandwidth + smooth*trafic
self._lastTrafic = trafic
utils.log('New bandwidth calculated on iface %s : %sb'
% self._bandwidth, 4)
utils.log('New bandwidth calculated on iface %s : %sb' % self._bandwidth, 4)
return True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment