Changeset 11403 for trunk/psModules/src/concepts/pmConceptsRead.c
- Timestamp:
- Jan 29, 2007, 2:54:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsRead.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsRead.c
r11244 r11403 361 361 #ifndef HAVE_PSDB 362 362 363 return false;363 return true; 364 364 #else 365 365 … … 373 373 psMetadata *dbSpec = psMetadataLookupMetadata(&mdok, cameraFormat, "DATABASE"); // The DATABASE spec 374 374 if (!mdok || !dbSpec) { 375 ps Error(PS_ERR_IO, true, "Unable to find DATABASE in camera configuration.\n");376 return false;375 psWarning("Unable to find DATABASE in camera format configuration --- assuming none to read.\n"); 376 return true; 377 377 } 378 378
Note:
See TracChangeset
for help on using the changeset viewer.
