diff --git a/tyop.py b/tyop.py index 7401b34..36371bb 100644 --- a/tyop.py +++ b/tyop.py @@ -201,6 +201,7 @@ class Migration: self._shell("git checkout .", check=False, cwd=_path) if pull: + self.log.debug("Pulling latest changes in {path}...") self._shell("git pull --rebase", check=False, cwd=_path) if branch: