|
@@ -479,7 +479,7 @@ class Zonemgr:
|
|
|
# jitter should not be bigger than half of the original value
|
|
|
if config_data.get('jitter_scope') > 0.5:
|
|
|
config_data['jitter_scope'] = 0.5
|
|
|
- log_msg("[b10-zonemgr] jitter_scope is too bigger, its value will "
|
|
|
+ log_msg("[b10-zonemgr] jitter_scope is too big, its value will "
|
|
|
"be set to 0.5")
|
|
|
|
|
|
def _parse_cmd_params(self, args, command):
|