Fix typo in log message

``UNCH`` should have been ``UNC``.
This commit is contained in:
Erik Johnson 2017-10-05 14:54:04 -05:00
parent 7038248820
commit 29d8cf4f26
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

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