Skip to content

Commit

Permalink
minor: better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiers committed Nov 7, 2012
1 parent 78bcff8 commit 6b99e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 the warn")
moa.ui.warn("multiple jobs with this job's uid - not good")
return pidlist[-1]

if len(pidlist) == 1:
Expand Down

0 comments on commit 6b99e82

Please sign in to comment.