Changeset 28484 for branches/pap/psModules/src/config/pmConfig.c
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psModules
- Property svn:mergeinfo changed
/branches/czw_branch/20100519/psModules (added) merged: 28164,28304,28334,28338
- Property svn:mergeinfo changed
-
branches/pap/psModules/src/config/pmConfig.c
r27161 r28484 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.
