IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2006, 4:37:08 PM (20 years ago)
Author:
jhoblitt
Message:

normalize psTrace() facility names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAEnsemble.c

    r8048 r8246  
    238238        }
    239239
    240         psTrace(__func__, 3, "%s --> FPA: %s, chip: %d, cell: %d\n", filename, fpaName,
     240        psTrace("psModules.camera", 3, "%s --> FPA: %s, chip: %d, cell: %d\n", filename, fpaName,
    241241                view->chip, view->cell);
    242242
     
    245245        if (!check) {
    246246            // Add in the new FPA
    247             psTrace(__func__, 5, "New FPA.\n");
     247            psTrace("psModules.camera", 5, "New FPA.\n");
    248248            component = pmFPAComponentAlloc(fpa, view);
    249249            psMetadataAddPtr(fpas, PS_LIST_TAIL, fpaName, PS_DATA_UNKNOWN, NULL, component->fpa);
    250250        } else {
    251251            // Need to put the appropriate element of the new FPA in the old one.
    252             psTrace(__func__, 5, "Adding to extant FPA.\n");
     252            psTrace("psModules.camera", 5, "Adding to extant FPA.\n");
    253253            pmFPA *oldFPA = check->data.V; // The existing FPA
    254254            component = pmFPAComponentAlloc(oldFPA, view);
Note: See TracChangeset for help on using the changeset viewer.