]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
mutable/checker: announce the mapupdate op on the 'recent uploads+downloads' page
authorBrian Warner <warner@lothar.com>
Thu, 23 Oct 2008 23:03:19 +0000 (16:03 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 23 Oct 2008 23:03:19 +0000 (16:03 -0700)
src/allmydata/mutable/checker.py

index 73f6f8d6d05fee6b6e3aa619f5df2795ad33c976..0a01cf89b4373424c0903f3e4460c5e65056c835 100644 (file)
@@ -23,6 +23,7 @@ class MutableChecker:
     def check(self, verify=False):
         servermap = ServerMap()
         u = ServermapUpdater(self._node, self._monitor, servermap, MODE_CHECK)
+        self._node._client.notify_mapupdate(u.get_status())
         d = u.update()
         d.addCallback(self._got_mapupdate_results)
         if verify: