Add debug stmt
diff --git a/xos/synchronizers/fabric/steps/sync_vsgtenant.py b/xos/synchronizers/fabric/steps/sync_vsgtenant.py
index 3ff9225..2c26c36 100644
--- a/xos/synchronizers/fabric/steps/sync_vsgtenant.py
+++ b/xos/synchronizers/fabric/steps/sync_vsgtenant.py
@@ -67,6 +67,8 @@
 
         rest_json = json.dumps(data, indent=4)
 
+        logger.error("rest_hostname is %s" % fos.rest_hostname)
+
         fields = {
             'rest_hostname': fos.rest_hostname,
             'rest_port': fos.rest_port,