[svn] commit: r2614 - /branches/trac294/src/lib/python/isc/config/cfgmgr.py

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Aug 2 15:08:11 UTC 2010


Author: jelte
Date: Mon Aug  2 15:08:11 2010
New Revision: 2614

Log:
add print about config db update

Modified:
    branches/trac294/src/lib/python/isc/config/cfgmgr.py

Modified: branches/trac294/src/lib/python/isc/config/cfgmgr.py
==============================================================================
--- branches/trac294/src/lib/python/isc/config/cfgmgr.py (original)
+++ branches/trac294/src/lib/python/isc/config/cfgmgr.py Mon Aug  2 15:08:11 2010
@@ -75,6 +75,7 @@
                     elif file_config['version'] == 1:
                         # only format change, no other changes necessary
                         file_config['version'] = 2
+                        print("[b10-cfgmgr] Updating configuration database version from 1 to 2")
                         config.data = file_config
                     else:
                         # We can put in a migration path here for old data




More information about the bind10-changes mailing list