mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-10 04:09:58 +00:00
webish: log dirname in mkdir
This commit is contained in:
parent
a00bde050b
commit
107207e09d
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user