Changeset 9514 for trunk/psModules/src/camera/pmFPAConstruct.c
- Timestamp:
- Oct 12, 2006, 11:44:22 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAConstruct.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAConstruct.c
r8861 r9514 543 543 } 544 544 psFree(phdu); 545 546 if (header && !pmConceptsRead(fpa, NULL, NULL, PM_CONCEPT_SOURCE_PHU, NULL)) { 547 psWarning("Unable to read concepts from PHU.\n"); 548 } 545 549 546 550 return view; … … 652 656 psFree(phdu); 653 657 658 if (header && !pmConceptsRead(fpa, chip, cell, PM_CONCEPT_SOURCE_PHU, NULL)) { 659 psWarning("Unable to read concepts from PHU.\n"); 660 } 661 654 662 return view; 655 663 } … … 728 736 psFree(contentsIter); 729 737 738 if (header && !pmConceptsRead(fpa, chip, cell, PM_CONCEPT_SOURCE_PHU, NULL)) { 739 psWarning("Unable to read concepts from PHU.\n"); 740 } 741 730 742 if (!pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_DEFAULTS, true, NULL)) { 731 ps LogMsg(__func__, PS_LOG_WARN,"Unable to read concepts from defaults for FPA. Attempting to "732 "proceed anyway.\n");743 psWarning("Unable to read concepts from defaults for FPA. Attempting to " 744 "proceed anyway.\n"); 733 745 } 734 746 735 747 return view; 736 737 748 } 738 749
Note:
See TracChangeset
for help on using the changeset viewer.
