Changeset 8546 for trunk/Ohana/src/opihi/pcontrol/StartHost.c
- Timestamp:
- Aug 23, 2006, 5:31:09 PM (20 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
r8424 r8546 14 14 if (VarConfig ("SHELL", "%s", shell) == NULL) strcpy (shell, "pclient"); 15 15 16 gprint (GP_ERR, "starting host within thread %d\n", pthread_self());16 if (VerboseMode()) gprint (GP_ERR, "starting host within thread %d\n", pthread_self()); 17 17 18 18 pid = rconnect (command, host[0].hostname, shell, stdio);
Note:
See TracChangeset
for help on using the changeset viewer.
