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/pmFPAfileDefine.c

    r7926 r8246  
    301301    psArray *infiles = psMetadataLookupPtr(&status, config->arguments, argname);
    302302    if (!status) {
    303         psTrace("pmFPAfile", 5, "Failed to find %s in argument list", argname);
     303        psTrace("psModules.camera", 5, "Failed to find %s in argument list", argname);
    304304        return NULL;
    305305    }
     
    429429    psArray *infiles = psMetadataLookupPtr(&status, config->arguments, argname);
    430430    if (!status) {
    431         psTrace("pmFPAfile", 5, "Failed to find %s in argument list", argname);
     431        psTrace("psModules.camera", 5, "Failed to find %s in argument list", argname);
    432432        return NULL;
    433433    }
     
    809809    pmFPAfile *file = psMetadataLookupPtr (&status, files, name);
    810810    if (!status) {
    811         psTrace("pmFPAfile", 6, "Internal File %s not in file list", name);
     811        psTrace("psModules.camera", 6, "Internal File %s not in file list", name);
    812812        return true;
    813813    }
     
    817817    }
    818818    if (file->mode != PM_FPA_MODE_INTERNAL) {
    819         psTrace("pmFPAfile", 6, "FPA File %s not Internal, not dropping", name);
     819        psTrace("psModules.camera", 6, "FPA File %s not Internal, not dropping", name);
    820820        return true;
    821821    }
Note: See TracChangeset for help on using the changeset viewer.