Bug fixes

Change-Id: I67349475a93d523795bbeeb28e45a0d3e416028f
diff --git a/common/utils/consulhelpers.py b/common/utils/consulhelpers.py
index 681aaf4..2f1efd8 100644
--- a/common/utils/consulhelpers.py
+++ b/common/utils/consulhelpers.py
@@ -52,4 +52,4 @@
 
 
 if __name__ == '__main__':
-    get_endpoint_from_consul('10.100.198.220:8500', 'kafka')
+    print get_endpoint_from_consul('10.100.198.220:8500', 'kafka')