IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 22, 2006, 3:00:38 PM (20 years ago)
Author:
Paul Price
Message:

Adding more info to error message.

File:
1 edited

Legend:

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

    r7171 r7172  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-05-23 00:55:23 $
     5 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-05-23 01:00:38 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9696
    9797    if (configPath == NULL) {
    98         psError(PS_ERR_IO, false, "Cannot find %s configuration file in path\n", description);
     98        psError(PS_ERR_IO, false, "Cannot find %s configuration file (%s) in path\n", description, name);
    9999        return false;
    100100    }
Note: See TracChangeset for help on using the changeset viewer.