Changeset 8246 for trunk/psModules/src/camera/pmFPAfileDefine.c
- Timestamp:
- Aug 8, 2006, 4:37:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.c
r7926 r8246 301 301 psArray *infiles = psMetadataLookupPtr(&status, config->arguments, argname); 302 302 if (!status) { 303 psTrace("p mFPAfile", 5, "Failed to find %s in argument list", argname);303 psTrace("psModules.camera", 5, "Failed to find %s in argument list", argname); 304 304 return NULL; 305 305 } … … 429 429 psArray *infiles = psMetadataLookupPtr(&status, config->arguments, argname); 430 430 if (!status) { 431 psTrace("p mFPAfile", 5, "Failed to find %s in argument list", argname);431 psTrace("psModules.camera", 5, "Failed to find %s in argument list", argname); 432 432 return NULL; 433 433 } … … 809 809 pmFPAfile *file = psMetadataLookupPtr (&status, files, name); 810 810 if (!status) { 811 psTrace("p mFPAfile", 6, "Internal File %s not in file list", name);811 psTrace("psModules.camera", 6, "Internal File %s not in file list", name); 812 812 return true; 813 813 } … … 817 817 } 818 818 if (file->mode != PM_FPA_MODE_INTERNAL) { 819 psTrace("p mFPAfile", 6, "FPA File %s not Internal, not dropping", name);819 psTrace("psModules.camera", 6, "FPA File %s not Internal, not dropping", name); 820 820 return true; 821 821 }
Note:
See TracChangeset
for help on using the changeset viewer.
