Skip to content

Commit

Permalink
for the time being - less debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiers committed Nov 7, 2012
1 parent 7013af8 commit 1e5e5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moa/plugin/job/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _getTaskId(job):

pidlist = out.strip().split()
if len(pidlist) > 1:
moa.ui.warn("multiple jobs with this job's uid - not good")
#moa.ui.warn("multiple jobs with this job's uid - not good")
return pidlist[-1]

if len(pidlist) == 1:
Expand Down Expand Up @@ -75,7 +75,7 @@ def _getTaskId(job):
def hook_pre_run(job):

taskid = _getTaskId(job)
moa.ui.message("TaskId %s" % taskid)
#moa.ui.message("TaskId %s" % taskid)
hostname = socket.gethostname()

runTask("task %s modify +moa +%s" % (taskid, hostname))
Expand Down

0 comments on commit 1e5e5a9

Please sign in to comment.