Changeset 12470 for trunk/Ohana/src/opihi/pcontrol/jobstack.c
- Timestamp:
- Mar 15, 2007, 3:56:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/jobstack.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/jobstack.c
r8296 r12470 27 27 /* PrintID (GP_LOG, job[0].JobID); */ 28 28 gprint (GP_LOG, "%lld ", job[0].JobID); 29 gprint (GP_LOG, "%s %s\n", job[0].argv[0], job[0].hostname); 29 if (job[0].realhost) { 30 gprint (GP_LOG, "%s %s\n", job[0].argv[0], job[0].realhost); 31 } else { 32 gprint (GP_LOG, "%s (%s)\n", job[0].argv[0], job[0].hostname); 33 } 30 34 } 31 35 UnlockStack (stack);
Note:
See TracChangeset
for help on using the changeset viewer.
