IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11443


Ignore:
Timestamp:
Jan 30, 2007, 12:32:26 PM (19 years ago)
Author:
eugene
Message:

report problems with controller (load?)

File:
1 edited

Legend:

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

    r11055 r11443  
    348348  if ((status == -1) && (errno == EPIPE)) {
    349349    StopController ();
    350     if (VerboseMode()) gprint (GP_ERR, "controller is down\n");
     350    gprint (GP_ERR, "controller is down\n");
    351351    return (FALSE);
    352352  }
     
    362362  if (status ==  0) {
    363363    StopController ();
    364     if (VerboseMode()) gprint (GP_ERR, "controller is down\n");
     364    gprint (GP_ERR, "controller is down\n");
    365365    return (FALSE);
    366366  }
    367367  if (status == -1) {
    368     if (VerboseMode()) gprint (GP_ERR, "controller is not responding\n");
     368    gprint (GP_ERR, "controller is not responding\n");
    369369    gwrite (buffer[0].buffer, 1, buffer[0].Nbuffer, GP_ERR);
    370370    return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.