Skip to content

Commit e034d19

Browse files
leftwoAlan Hanson
and
Alan Hanson
authored
No more New jobs, no more New jobs column (#1559)
This old script was still expecting the new jobs column. Co-authored-by: Alan Hanson <[email protected]>
1 parent a6624f1 commit e034d19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/dtrace/sled_upstairs_info.d

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ crucible_upstairs*:::up-status
4646
* we don't print it all on one line, then multiple sessions will
4747
* clobber each others output.
4848
*/
49-
printf("%5d %8s %17s %17s %17s %5s %5s %5s %10s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s\n",
50-
49+
printf("%5d %8s %17s %17s %17s %5s %5s %5s %10s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s %5s\n",
5150
pid,
5251
substr(session_id, 0, 8),
5352

0 commit comments

Comments
 (0)