Changeset 7172 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- May 22, 2006, 3:00:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r7171 r7172 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-05-23 0 0:55:23$5 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-05-23 01:00:38 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 96 96 97 97 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); 99 99 return false; 100 100 }
Note:
See TracChangeset
for help on using the changeset viewer.
