[svn] commit: r3297 - /branches/trac380/src/bin/zonemgr/zonemgr.py.in

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 20 13:03:12 UTC 2010


Author: chenzhengzhang
Date: Wed Oct 20 13:03:11 2010
New Revision: 3297

Log:
modify jitter_scope check log message

Modified:
    branches/trac380/src/bin/zonemgr/zonemgr.py.in

Modified: branches/trac380/src/bin/zonemgr/zonemgr.py.in
==============================================================================
--- branches/trac380/src/bin/zonemgr/zonemgr.py.in (original)
+++ branches/trac380/src/bin/zonemgr/zonemgr.py.in Wed Oct 20 13:03:11 2010
@@ -438,7 +438,8 @@
         # 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 should not be bigger than 0.5.") 
+            log_msg("[b10-zonemgr] jitter_scope is too bigger, its value will "
+                      "be set to 0.5") 
 
     def _parse_cmd_params(self, args, command):
         zone_name = args.get("zone_name")




More information about the bind10-changes mailing list