merge changes not committed
diff --git a/planetstack/openstack_observer/steps/sync_network_deployments.py b/planetstack/openstack_observer/steps/sync_network_deployments.py
index 0312f3a..a6fc389 100644
--- a/planetstack/openstack_observer/steps/sync_network_deployments.py
+++ b/planetstack/openstack_observer/steps/sync_network_deployments.py
@@ -104,6 +104,8 @@
         network_deployment.save()
 
     def sync_record(self, network_deployment):
+        logger.info("sync'ing network deployment %s for network %s slice %s deployment %s" % (network_deployment, network_deployment.network, str(network_deployment.network.owner), network_deployment.deployment))
+
         if not network_deployment.deployment.admin_user:
             logger.info("deployment %r has no admin_user, skipping" % network_deployment.deployment)
             return