Changeset 8245 for trunk/psLib/src/sys/psLogMsg.c
- Timestamp:
- Aug 8, 2006, 4:26:44 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLogMsg.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.c
r8232 r8245 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.6 0$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-08-0 8 23:32:23$13 * @version $Revision: 1.61 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-08-09 02:26:44 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 172 172 // XXX: If one must at least log error messages, why don't we set logMsg = true here? 173 173 if (!logMsg) { 174 psTrace(" utils.logMsg", 1, "You must at least log error messages (You chose \"%s\")", format);174 psTrace("psLib.sys", 1, "You must at least log error messages (You chose \"%s\")", format); 175 175 176 176 } … … 293 293 294 294 default: 295 psTrace(" utils.logMsg", 2, "Invalid logMsg level: %d (%s)\n", level, format);295 psTrace("psLib.sys", 2, "Invalid logMsg level: %d (%s)\n", level, format); 296 296 level = (level < 0) ? 0 : 9; 297 297 clevel = level + '0';
Note:
See TracChangeset
for help on using the changeset viewer.
