diff --git a/importer/operation.py b/importer/operation.py index c2a2b44..3897fb4 100644 --- a/importer/operation.py +++ b/importer/operation.py @@ -185,6 +185,7 @@ class SrpmImport(Import): ref_check = f'refs/heads/{branch}' in check_repo # if our check is correct, clone it. if not, clone normally and # orphan. + print(f'Cloning: {self.rpm_name}') if ref_check: repo = gitutil.clone( git_url_path=self.git_url,