wireless-net/trunk/sbin/gen-wlan-files.py

arekm cvs at pld-linux.org
Sat Apr 8 20:53:00 CEST 2006


Author: arekm
Date: Sat Apr  8 20:52:58 2006
New Revision: 7334

Modified:
   wireless-net/trunk/sbin/gen-wlan-files.py
Log:
Bugfix.

Modified: wireless-net/trunk/sbin/gen-wlan-files.py
==============================================================================
--- wireless-net/trunk/sbin/gen-wlan-files.py	(original)
+++ wireless-net/trunk/sbin/gen-wlan-files.py	Sat Apr  8 20:52:58 2006
@@ -180,7 +180,7 @@
 if user_bandwidth_down < 1:
     user_bandwidth_down = 1
 
-print "Bandwith total: UP [%s, per user %s], DOWN [%s, per user %s]" % (str(bandwidth_up), str(user_bandwidth_down))
+print "Bandwith total: UP [%s, per user %s], DOWN [%s, per user %s]" % (str(bandwidth_up), str(user_bandwidth_up), str(bandwidth_down), str(user_bandwidth_down))
 
 print "Preparing root tc queue for %s interface." % iface_lup
 run("tc qdisc del root dev %s 2> /dev/null" % iface_lup, False)


More information about the pld-cvs-commit mailing list