Changeset 28334 for branches/czw_branch/20100519/psModules
- Timestamp:
- Jun 15, 2010, 11:22:56 AM (16 years ago)
- Location:
- branches/czw_branch/20100519
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/config/pmConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519
- Property svn:mergeinfo changed
/trunk merged: 28280-28298,28300-28302,28305-28307
- Property svn:mergeinfo changed
-
branches/czw_branch/20100519/psModules/src/config/pmConfig.c
r27161 r28334 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.
