Merge pull request #43939 from terminalmage/fix-typo

Fix typo in log message
This commit is contained in:
Nicole Thomas 2017-10-05 19:20:04 -04:00 committed by GitHub
commit a8f1750323

View File

@ -373,7 +373,7 @@ def _file_lists(load, form):
# join UNC and non-UNC paths, just assume the original
# path.
log.trace(
'roots: %s is a UNCH path, using %s instead',
'roots: %s is a UNC path, using %s instead',
link_dest, abs_path
)
link_dest = abs_path