summaryrefslogtreecommitdiffstats
path: root/cobbler/action_import.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/action_import.py')
-rw-r--r--cobbler/action_import.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cobbler/action_import.py b/cobbler/action_import.py
index f61a85f..aad4756 100644
--- a/cobbler/action_import.py
+++ b/cobbler/action_import.py
@@ -222,6 +222,7 @@ class Importer:
# they'll share same repo files.
if not processed_repos.has_key(comps_path):
cmd = "createrepo --groupfile %s %s" % (comps_file, comps_path)
+ print "- %s" % cmd
sub_process.call(cmd,shell=True)
print "- repository updated"
processed_repos[comps_path] = 1