summaryrefslogtreecommitdiffstats
path: root/ocata/ocata/vesagent/vespublish.py
diff options
context:
space:
mode:
Diffstat (limited to 'ocata/ocata/vesagent/vespublish.py')
-rw-r--r--ocata/ocata/vesagent/vespublish.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocata/ocata/vesagent/vespublish.py b/ocata/ocata/vesagent/vespublish.py
index df77e30b..ab0155c2 100644
--- a/ocata/ocata/vesagent/vespublish.py
+++ b/ocata/ocata/vesagent/vespublish.py
@@ -29,7 +29,7 @@ def publishAnyEventToVES(ves_subscription, event):
if endpoint:
try:
- logger.info("publish event to VES: %s", )
+ logger.info("publish event to VES: %s", endpoint)
headers = {'Content-Type': 'application/json'}
request = urllib2.Request(url=endpoint, headers=headers, data=json.dumps(event))
time.sleep(1)