IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2006, 11:39:44 AM (20 years ago)
Author:
jhoblitt
Message:

fix a wide range of format string errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsRead.c

    r8246 r8669  
    156156                if (!conceptParse(spec, conceptItem, cameraFormat, target, NULL, NULL, cell)) {
    157157                    psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to parse concept %s from camera "
    158                             "configuration.  It has a weird %s.SOURCE: %s\n", name, name);
     158                            "configuration.\n", name);
    159159                    status = false;
    160160                }
     
    199199        psString name = specItem->name; // The concept name
    200200        psMetadataItem *conceptItem = psMetadataLookup(defaults, name); // The concept, or NULL
    201         psTrace("psModules.concepts", 10, "%s: %x\n", name, conceptItem);
     201        psTrace("psModules.concepts", 10, "%s: %p\n", name, conceptItem);
    202202        if (conceptItem && conceptItem->type == PS_DATA_METADATA) {
    203203            psTrace("psModules.concepts", 5, "%s is of type METADATA.\n", name);
Note: See TracChangeset for help on using the changeset viewer.