diff --git a/repos/system_upgrade/common/actors/targetuserspacecreator/libraries/userspacegen.py b/repos/system_upgrade/common/actors/targetuserspacecreator/libraries/userspacegen.py index d594ec64fa..08868a111b 100644 --- a/repos/system_upgrade/common/actors/targetuserspacecreator/libraries/userspacegen.py +++ b/repos/system_upgrade/common/actors/targetuserspacecreator/libraries/userspacegen.py @@ -365,7 +365,7 @@ def _copy_decouple(srcdir, dstdir): # Skip and report broken symlinks if not os.path.exists(source_filepath): - api.current_logger().warning('File {} is a broken symlink!'.format(source_filepath)) + api.current_logger().warning('File {} is a broken symlink! Will not copy the file.'.format(source_filepath)) continue # Copy symlinks to the target userspace