IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2006, 4:18:25 PM (20 years ago)
Author:
eugene
Message:

dropped printing in runaway test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pclient/ChildOps.c

    r7917 r10639  
    4242  if (dtime < 100) {
    4343    Nbad ++;
    44     if (Nbad > 10) {
    45       gprint (GP_ERR, "runaway!\n");
    46       exit (2);
    47     }
     44    if (Nbad > 10) exit (2);
    4845  }
    4946  if (dtime > 950) Nbad = 0;
Note: See TracChangeset for help on using the changeset viewer.