Changeset 15477 for trunk/psModules/src/camera/pmFPAConstruct.c
- Timestamp:
- Nov 6, 2007, 1:15:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAConstruct.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAConstruct.c
r15218 r15477 45 45 psMetadata *cellData = psMetadataLookupMetadata(&status, cells, cellName); // The data for the particular cell 46 46 if (!status || !cellData) { 47 ps LogMsg(__func__, PS_LOG_WARN,"Unable to find specs for cell %s: ignored\n", cellName);47 psWarning("Unable to find specs for cell %s: ignored\n", cellName); 48 48 } 49 49 … … 304 304 // Put in the cell data 305 305 if (newCell->config) { 306 ps LogMsg(__func__, PS_LOG_WARN,"Overwriting cell data in chip\n");306 psWarning("Overwriting cell data in chip\n"); 307 307 psFree(newCell->config); // Make way! 308 308 } … … 1304 1304 const char *chipName = componentsItem->name; // Name of the chip 1305 1305 if (componentsItem->type != PS_DATA_STRING) { 1306 ps LogMsg(__func__, PS_LOG_WARN,"Element %s in FPA within the camera configuration is not of "1306 psWarning("Element %s in FPA within the camera configuration is not of " 1307 1307 "type STR (type=%x) --- ignored.\n", chipName, componentsItem->type); 1308 1308 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
