IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21387


Ignore:
Timestamp:
Feb 6, 2009, 1:32:41 PM (17 years ago)
Author:
eugene
Message:

error in psError args

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigRecipes.c

    r20354 r21387  
    276276        psMetadata *recipe = NULL;      // Recipe from file
    277277        if (!pmConfigFileRead(&recipe, filename, "recipe")) {
    278             psError(PS_ERR_IO, "Error reading config file %s\n", filename);
     278            psError(PS_ERR_IO, false, "Error reading config file %s\n", filename);
    279279            psFree(recipeName);
    280280            psFree(filename);
Note: See TracChangeset for help on using the changeset viewer.