IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13581


Ignore:
Timestamp:
May 31, 2007, 4:57:31 PM (19 years ago)
Author:
eugene
Message:

added ntries to controller non-response message

File:
1 edited

Legend:

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

    r13486 r13581  
    375375      }
    376376      if (status == -1) {
    377           gprint (GP_ERR, "controller is not responding\n");
     377          gprint (GP_ERR, "controller is not responding (%d tries)\n", j);
    378378          gwrite (buffer[0].buffer, 1, buffer[0].Nbuffer, GP_ERR);
    379379      }
Note: See TracChangeset for help on using the changeset viewer.