X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=bwmon.py;fp=bwmon.py;h=0b825cf45a56e85ffa0e0a8a38f80f7c3523bab8;hb=d235d740614a027b111b37ce84f1d9edaf113922;hp=ba59fe8f993e6ef7fd438089a70ac14ab9f82d12;hpb=f699ab76a8c8a5ba09d2286a833a8a05ecf8564c;p=nodemanager.git diff --git a/bwmon.py b/bwmon.py index ba59fe8..0b825cf 100644 --- a/bwmon.py +++ b/bwmon.py @@ -496,6 +496,9 @@ def sync(nmdbcopy): if default_MaxRate == -1: default_MaxRate = 1000000 + # xxx $Id$ + # with svn we used to have a trick to detect upgrades of this file + # this has gone with the move to git, without any noticeable effect on operations though try: f = open(DB_FILE, "r+") logger.verbose("bwmon: Loading %s" % DB_FILE)