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/concepts/pmConceptsRead.c

    r7923 r8246  
    177177    PS_ASSERT_PTR_NON_NULL(target, false);
    178178
    179     psTrace(__func__, 3, "Reading concepts from defaults...\n");
     179    psTrace("psModules.concepts", 3, "Reading concepts from defaults...\n");
    180180
    181181    pmHDU *hdu = pmHDUGetLowest(fpa, chip, cell); // The HDU at the lowest level
     
    199199        psString name = specItem->name; // The concept name
    200200        psMetadataItem *conceptItem = psMetadataLookup(defaults, name); // The concept, or NULL
    201         psTrace(__func__, 10, "%s: %x\n", name, conceptItem);
     201        psTrace("psModules.concepts", 10, "%s: %x\n", name, conceptItem);
    202202        if (conceptItem && conceptItem->type == PS_DATA_METADATA) {
    203             psTrace(__func__, 5, "%s is of type METADATA.\n", name);
     203            psTrace("psModules.concepts", 5, "%s is of type METADATA.\n", name);
    204204            // Check for DEPEND
    205205            psMetadata *dependMenu = conceptItem->data.V; // The DEPEND menu
     
    236236            }
    237237            const char *dependKey = dependValue->data.V; // The key to the DEPEND menu
    238             psTrace(__func__, 7, "%s.DEPEND resolves to %s....\n", name, dependKey);
     238            psTrace("psModules.concepts", 7, "%s.DEPEND resolves to %s....\n", name, dependKey);
    239239
    240240            conceptItem = psMetadataLookup(dependMenu, dependKey);
Note: See TracChangeset for help on using the changeset viewer.