Changeset 28287 for trunk/psModules
- Timestamp:
- Jun 10, 2010, 11:12:25 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r27161 r28287 306 306 *config = psMetadataConfigRead(NULL, &numBadLines, realName, true); 307 307 if (numBadLines > 0) { 308 psError(PM_ERR_CONFIG, false, "%d bad lines in %s configuration file (%s)",308 psError(PM_ERR_CONFIG, true, "%d bad lines in %s configuration file (%s)", 309 309 numBadLines, description, realName); 310 310 psFree (realName); … … 1751 1751 psMetadataItem *item = psMetadataLookup(camera, "FILERULES"); // Item with the file rule of interest 1752 1752 if (!item) { 1753 psError(PM_ERR_CONFIG, false, "Unable to find FILERULES in the camera configuration.");1753 psError(PM_ERR_CONFIG, true, "Unable to find FILERULES in the camera configuration."); 1754 1754 return NULL; 1755 1755 } … … 1771 1771 } 1772 1772 1773 return psMetadataLookupMetadata( &mdok, filerules, realname);1773 return psMetadataLookupMetadata(NULL, filerules, realname); 1774 1774 } 1775 1775
Note:
See TracChangeset
for help on using the changeset viewer.
