IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2006, 12:14:03 PM (20 years ago)
Author:
magnier
Message:

better error message in pmConfigFileSetsMD

File:
1 edited

Legend:

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

    r7311 r7444  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-06-03 01:02:08 $
     5 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-06-08 22:14:03 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    738738    psArray *files = pmConfigFileSets (argc, argv, file, list);
    739739    if (files->n == 0) {
    740         psError(PS_ERR_IO, false, "pmConfigFileSets failed to find desired files in metadata");
     740        psError(PS_ERR_IO, false, "pmConfigFileSets failed to find %s in the argument list", name);
    741741        psFree (files);
    742742        return false;
Note: See TracChangeset for help on using the changeset viewer.