]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/web/directory.py
Overhaul IFilesystemNode handling, to simplify tests and use POLA internally.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / directory.py
index b57971c102dae63560a4ef11cfd4b2a407ba97eb..d1d9faad49bb1667e38eef77336038906ffe1db5 100644 (file)
@@ -1084,6 +1084,6 @@ class UnknownNodeHandler(RenderMixin, rend.Page):
         t = get_arg(req, "t", "").strip()
         if t == "info":
             return MoreInfo(self.node)
-        raise WebError("GET unknown: can only do t=info, not t=%s" % t)
+        raise WebError("GET unknown URI type: can only do t=info, not t=%s" % t)