webish: log dirname in mkdir

This commit is contained in:
Brian Warner 2007-06-15 02:48:19 -07:00
parent a00bde050b
commit 107207e09d

View File

@ -260,7 +260,7 @@ class Directory(rend.Page):
def mkdir(self, name):
"""mkdir2"""
log.msg("making new webish directory")
log.msg("making new webish directory: %s" % (name,))
d = self._dirnode.create_empty_directory(name)
def _done(res):
log.msg("webish mkdir complete")