Changeset 4575 for trunk/Ohana/src/opihi/pcontrol/StartHost.c
- Timestamp:
- Jul 16, 2005, 11:01:59 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/StartHost.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/StartHost.c
r3211 r4575 14 14 pid = rconnect (command, host[0].hostname, shell, stdio); 15 15 if (!pid) { /** failure to start **/ 16 fprintf (stderr, "failure to start %s\n", host[0].hostname);16 if (VerboseMode()) fprintf (stderr, "failure to start %s\n", host[0].hostname); 17 17 PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM); 18 18 return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
