Changeset 8548 for trunk/Ohana/src/opihi/pantasks/status_server.c
- Timestamp:
- Aug 23, 2006, 5:31:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/status_server.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/status_server.c
r7960 r8548 10 10 } 11 11 if (CheckControllerGetState()) { 12 gprint (GP_LOG, " Controller is running\n");12 gprint (GP_LOG, " Controller is active\n"); 13 13 } else { 14 gprint (GP_LOG, " Controller is stopped\n");14 gprint (GP_LOG, " Controller is not active\n"); 15 15 } 16 16 ListTasks (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
