Cleanup debug message.

This commit is contained in:
Michael DeHaan
2013-07-15 12:08:33 -04:00
parent 0fa5ba606b
commit 54f6426c0c

View File

@@ -547,7 +547,7 @@ class Command(BaseCommand):
# for each host in a mem group, add it to the parents to which it belongs
# FIXME: where it does not already exist
for (k,v) in group_names.iteritems():
LOGGER.info("adding parent arrangements for %s k")
LOGGER.info("adding parent arrangements for %s" % k)
db_group = Group.objects.get(name=k, inventory__pk=inventory.pk)
mem_hosts = v.hosts
for h in mem_hosts: