IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2007, 1:15:12 PM (19 years ago)
Author:
Paul Price
Message:

Replacing psLogMsg with psWarning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAConstruct.c

    r15218 r15477  
    4545    psMetadata *cellData = psMetadataLookupMetadata(&status, cells, cellName); // The data for the particular cell
    4646    if (!status || !cellData) {
    47         psLogMsg(__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);
    4848    }
    4949
     
    304304        // Put in the cell data
    305305        if (newCell->config) {
    306             psLogMsg(__func__, PS_LOG_WARN, "Overwriting cell data in chip\n");
     306            psWarning("Overwriting cell data in chip\n");
    307307            psFree(newCell->config); // Make way!
    308308        }
     
    13041304        const char *chipName = componentsItem->name; // Name of the chip
    13051305        if (componentsItem->type != PS_DATA_STRING) {
    1306             psLogMsg(__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 "
    13071307                     "type STR (type=%x) --- ignored.\n", chipName, componentsItem->type);
    13081308            continue;
Note: See TracChangeset for help on using the changeset viewer.