Private GIT

Skip to content
Snippets Groups Projects
Commit 1704872b authored by supergonkas's avatar supergonkas
Browse files

Change hardlink line to warning

parent 09864606
Branches
Tags
No related merge requests found
......@@ -542,7 +542,7 @@ def hardlinkFile(srcFile, destFile):
fixSetGroupID(destFile)
except Exception as e:
logger.log(u"Failed to create hardlink of %s at %s. Error: %r. Copying instead"
% (srcFile, destFile, ex(e)), logger.ERROR)
% (srcFile, destFile, ex(e)), logger.WARNING)
copyFile(srcFile, destFile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment