Changeset 16611 for trunk/psModules/src/camera/pmFPAfileDefine.c
- Timestamp:
- Feb 22, 2008, 10:21:52 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.c
r16481 r16611 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->complete, "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.
