From 54c0ffd2140315c67a15df6c53e488d874b44dbc Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Thu, 23 Oct 2008 16:03:19 -0700
Subject: [PATCH] mutable/checker: announce the mapupdate op on the 'recent
 uploads+downloads' page

---
 src/allmydata/mutable/checker.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/allmydata/mutable/checker.py b/src/allmydata/mutable/checker.py
index 73f6f8d6..0a01cf89 100644
--- a/src/allmydata/mutable/checker.py
+++ b/src/allmydata/mutable/checker.py
@@ -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:
-- 
2.45.2