IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27157


Ignore:
Timestamp:
Mar 3, 2010, 1:22:06 PM (16 years ago)
Author:
Paul Price
Message:

Distinguish programming and unknown codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackFinish.c

    r27156 r27157  
    138138          case PPSTACK_ERR_NOT_IMPLEMENTED:
    139139          case PPSTACK_ERR_PROG:
     140            psLogMsg("ppStack", PS_LOG_WARN, "Programming error code: %x", errorCode);
     141            exitValue = PS_EXIT_PROG_ERROR;
     142            break;
    140143          default:
    141144            // It's a programming error if we're not dealing with the error correctly
Note: See TracChangeset for help on using the changeset viewer.