summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/action_sync.py')
-rw-r--r--cobbler/action_sync.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index e1d61d8..987a7f8 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -711,6 +711,7 @@ class BootSync:
input_files.append(os.path.join(self.settings.webdir, "repo_mirror", repo, "config.repo"))
for infile in input_files:
+ print "DEBUG: looking for infile: %s" % infile
if infile.find("ks_mirror") == -1:
dispname = infile.split("/")[-2]
else: