Remove more logging verboseness
This commit is contained in:
@@ -469,7 +469,6 @@ def is_running(pid):
|
|||||||
|
|
||||||
|
|
||||||
def mkdirslist(path):
|
def mkdirslist(path):
|
||||||
LOG.debug("Determining potential paths to create for target path %r" % (path))
|
|
||||||
dirs_possible = _explode_form_path(path)
|
dirs_possible = _explode_form_path(path)
|
||||||
dirs_made = list()
|
dirs_made = list()
|
||||||
for check_path in dirs_possible:
|
for check_path in dirs_possible:
|
||||||
|
|||||||
Reference in New Issue
Block a user