Skip to content

Commit

Permalink
Logging what chroot we are killing the orphans in
Browse files Browse the repository at this point in the history
With all the --uniqueexst, --rootdir, --resultdir, etc. options it is
easy to make a mistake, so this info helps to reassure us everything is
OK.
  • Loading branch information
praiskup committed Jul 27, 2023
1 parent eb1f7bc commit 566f7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock/py/mockbuild/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def orphansKill(rootToKill, manual_forced=False):
When manual_forced==True, the manual kill based on /proc is enforced.
"""
getLog().debug("kill orphans")
getLog().debug("kill orphans in chroot %s", rootToKill)
if USE_NSPAWN is False or manual_forced:
path_cache = {}
for killsig in [signal.SIGTERM, signal.SIGKILL]:
Expand Down

0 comments on commit 566f7c1

Please sign in to comment.