Changeset 32632 for trunk/Ohana/src/opihi/pcontrol/status.c
- Timestamp:
- Nov 8, 2011, 2:54:20 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/status.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/status.c
r21379 r32632 59 59 } 60 60 61 PrintID (GP_LOG, job[0].JobID); 62 gprint (GP_LOG, " %2d ", job[0].priority); 61 63 for (j = 0; j < job[0].argc; j++) { 62 64 gprint (GP_LOG, "%s ", job[0].argv[j]); 63 65 } 64 PrintID (GP_LOG, job[0].JobID);65 66 gprint (GP_LOG, "\n"); 66 67 }
Note:
See TracChangeset
for help on using the changeset viewer.
