(This will only take effect as such tasks appear in the plan for the
first time. Ie, once a rogue task is found, the plan is populated by
whatever version of the planner is running at that time. So the
effect will not be immediately visible.)
Signed-off-by: Ian Jackson <iwj@osstest.xs.citrite.net>
---
v2: New patch
$info= "(preparing)";
} else {
print DEBUG "rogue $reso $shareix: $arow->{owntaskid}\n";
- $info= "rogue task $arow->{subtask}";
+ $info= "rogue task";
+ $info .= " $arow->{type} $arow->{refkey}";
+ $info .= " ($arow->{comment})" if defined $arow->{comment};
+ $info .= " $arow->{subtask}";
}
$plan->{Allocations}{$reskey}= {
Task => $arow->{owntaskid},