Skip to content

Commit 7d4b332

Browse files
aiutoapsaltis-ddog
andauthored
Update pkg/private/install.py.tpl
Co-authored-by: Andrew Psaltis <[email protected]>
1 parent 044a85e commit 7d4b332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/private/install.py.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class NativeInstaller(object):
9999
os.makedirs(dirname, int(mode, 8), exist_ok=True)
100100

101101
def _do_symlink(self, target, link_name, mode, user, group):
102-
logging.debug("SYMLINK %s <- %s %s %s %s", target, link_name, mode, user, group)
102+
logging.debug("SYMLINK %s <- %s", link_name, target)
103103
os.symlink(target, link_name)
104104
if mode:
105105
if hasattr(os, "lchmod"):

0 commit comments

Comments
 (0)