Changeset 15252
- Timestamp:
- Oct 9, 2007, 9:18:01 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r15218 r15252 705 705 psMetadataItem *cameraItem; // Item from iteration 706 706 while ((cameraItem = psMetadataGetAndIncrement(camerasIter))) { 707 // Silently ignore problems --- they will be caught later, because if the user wants the nominated 708 // file and it's not available for that camera, then they will know. 709 707 710 if (cameraItem->type != PS_DATA_METADATA) { 708 psWarning("Entry %s in CAMERAS is not of type METADATA --- ignored.", cameraItem->name); 711 psTrace("psModules.config", 2, 712 "Entry %s in CAMERAS is not of type METADATA --- ignored.", cameraItem->name); 709 713 continue; 710 714 } … … 713 717 psMetadata *newRule = pmConfigFileRule(config, camera, new); // The rule of interest 714 718 if (!newRule) { 715 psWarning("Unable to find filerule %s in camera %s --- ignored.", new, cameraItem->name); 719 psTrace("psModules.config", 2, 720 "Unable to find filerule %s in camera %s --- ignored.", new, cameraItem->name); 716 721 continue; 717 722 } … … 720 725 psMetadata *filerules = psMetadataLookupMetadata(NULL, camera, "FILERULES"); // File rules 721 726 if (!filerules) { 722 ps Warning("Can't find FILERULES of type METADATA in camera %s --- ignored.",723 cameraItem->name);727 psTrace("psModules.config", 2, 728 "Can't find FILERULES of type METADATA in camera %s --- ignored.", cameraItem->name); 724 729 continue; 725 730 }
Note:
See TracChangeset
for help on using the changeset viewer.
