summaryrefslogtreecommitdiffstats
path: root/ocata/ocata/vesagent/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'ocata/ocata/vesagent/tasks.py')
-rw-r--r--ocata/ocata/vesagent/tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocata/ocata/vesagent/tasks.py b/ocata/ocata/vesagent/tasks.py
index 21f1e201..7dfb61da 100644
--- a/ocata/ocata/vesagent/tasks.py
+++ b/ocata/ocata/vesagent/tasks.py
@@ -30,7 +30,7 @@ logger = logging.getLogger(__name__)
@app.task(bind=True)
def scheduleBacklogs(self, vimid):
# make sure only one task runs here
- logger.info("schedule with vimid:%" % (vimid))
+ # cannot get vimid ? logger.info("schedule with vimid:%" % (vimid))
logger.debug("scheduleBacklogs starts")
backlog_count, next_time_slot = processBacklogs()