chroot.py: fix error message

This commit is contained in:
InsanePrawn 2021-12-01 20:32:34 +01:00
parent 1d9f8239a0
commit b08326d707

View file

@ -459,7 +459,7 @@ class Chroot:
if not os.path.islink(ld_so_target):
os.symlink(os.path.join('/native', 'usr', 'lib', ld_so), ld_so_target)
else:
logging.debug('ld-linux.so symlink already exists, skipping for {target_chroot.name}')
logging.debug(f'ld-linux.so symlink already exists, skipping for {self.name}')
# TODO: find proper fix
rustc = os.path.join(native_chroot.path, 'usr/lib/crossdirect', target_arch, 'rustc')