| Index: shell/utils.py
|
| diff --git a/shell/utils.py b/shell/utils.py
|
| index dda8cf5766ee09eb64b9b69d14ec4a277e4d9adb..9c984be261a63995e1dc9a5da8b2ea5ba87203f9 100644
|
| --- a/shell/utils.py
|
| +++ b/shell/utils.py
|
| @@ -304,6 +304,8 @@ def EnterChroot(chroot_config, func, *args, **kwargs):
|
| 'Chroot dir does not exist; try the "build host" command.\n %s.' %
|
| chroot_dir)
|
|
|
| + cros_lib.Info('ENTERING THE CHROOT')
|
| +
|
| # Save state to a temp file (inside the chroot!) using pickle.
|
| tmp_dir = os.path.join(chroot_dir, 'tmp')
|
| state_file = tempfile.NamedTemporaryFile(prefix='chromite', dir=tmp_dir)
|
|
|