- Timestamp:
- Feb 19, 2008, 10:09:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080219/psModules/src/camera/pmFPAfileDefine.c
r16481 r16542 155 155 } else { 156 156 bool mdok; // Status of MD lookup 157 psMetadata *cameras = psMetadataLookupMetadata(&mdok, config-> site, "CAMERAS"); // Known cameras157 psMetadata *cameras = psMetadataLookupMetadata(&mdok, config->xxSystem, "CAMERAS"); // Known cameras 158 158 if (!mdok || !cameras) { 159 psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find CAMERAS in the s iteconfiguration.\n");159 psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find CAMERAS in the system configuration.\n"); 160 160 return NULL; 161 161 } … … 163 163 if (!mdok || !camera) { 164 164 psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find automatically generated " 165 "camera configuration %s in s iteconfiguration.\n", cameraName);165 "camera configuration %s in system configuration.\n", cameraName); 166 166 return NULL; 167 167 }
Note:
See TracChangeset
for help on using the changeset viewer.
