IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2006, 5:31:41 PM (20 years ago)
Author:
eugene
Message:

cleanup of timeouts and thread-safety issues, controller comms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/status_server.c

    r7960 r8548  
    1010  }
    1111  if (CheckControllerGetState()) {
    12     gprint (GP_LOG, " Controller is running\n");
     12    gprint (GP_LOG, " Controller is active\n");
    1313  } else {
    14     gprint (GP_LOG, " Controller is stopped\n");
     14    gprint (GP_LOG, " Controller is not active\n");
    1515  }
    1616  ListTasks (FALSE);
Note: See TracChangeset for help on using the changeset viewer.