[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 35/82] resource reporting: Print username when listing "rogue tasks"
From: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- ms-planner | 1 + 1 file changed, 1 insertion(+) diff --git a/ms-planner b/ms-planner index 78d27b2f..41f27fa0 100755 --- a/ms-planner +++ b/ms-planner @@ -325,6 +325,7 @@ END $info .= " $arow->{type} $arow->{refkey}"; $info .= " ($arow->{comment})" if defined $arow->{comment}; $info .= " $arow->{subtask}"; + $info .= " (user $arow->{username})"; } $plan->{Allocations}{$reskey}= { Task => $arow->{owntaskid}, -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |