Changeset 18098 for trunk/Ohana/src/opihi/pcontrol/StopHosts.c
- Timestamp:
- Jun 12, 2008, 12:52:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/StopHosts.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/StopHosts.c
r17475 r18098 95 95 int StopHostResponse (Host *host) { 96 96 97 OffHost (host); 97 98 HarvestHost (host[0].pid); 98 99 return (TRUE); … … 104 105 int i, result, waitstatus; 105 106 106 gprint (GP_ERR, "harvesting within thread %d\n", pthread_self());107 gprint (GP_ERR, "child process %d is down, wait for exit status\n", pid);107 if (VerboseMode()) gprint (GP_ERR, "harvesting within thread %p\n", pthread_self()); 108 if (VerboseMode()) gprint (GP_ERR, "child process %d is down, wait for exit status\n", pid); 108 109 109 110 // Loop a few times waiting for child to exit
Note:
See TracChangeset
for help on using the changeset viewer.
