IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7187


Ignore:
Timestamp:
May 23, 2006, 1:37:23 PM (20 years ago)
Author:
Paul Price
Message:

Adding extra error information

File:
1 edited

Legend:

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

    r7172 r7187  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-05-23 01:00:38 $
     5 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-05-23 23:37:23 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    117117    }
    118118
    119     psError(PS_ERR_IO, false, "Cannot find %s configuration file in path\n", description);
     119    psError(PS_ERR_IO, false, "Cannot find %s configuration file %s in path\n", description, name);
    120120    return false;
    121121
Note: See TracChangeset for help on using the changeset viewer.