From b26b2c446e0a90687808be12784ed04bff83af04 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Wed, 20 Aug 2008 23:20:30 +0000 Subject: [PATCH] syntax error. fixed. --- bwmon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bwmon.py b/bwmon.py index 20efaae..4651e0c 100644 --- a/bwmon.py +++ b/bwmon.py @@ -330,7 +330,7 @@ class Slice: params['class'] = "high bandwidth" params['bytes'] = format_bytes(usedi2bytes - self.i2bytes) params['limit'] = format_bytes(self.Maxi2KByte * 1024) - params['new_maxexemptrate'] = bwlimit.format_tc_rate(new_maxi2rate) + params['new_maxexemptrate'] = bwlimit.format_tc_rate(new_maxexemptrate) message += template % params logger.log("bwmon: ** %(slice)s %(class)s capped at %(new_maxrate)s/s " % params) -- 2.47.0