Index: trunk/psLib/src/sys/psTrace.c
===================================================================
--- trunk/psLib/src/sys/psTrace.c	(revision 8244)
+++ trunk/psLib/src/sys/psTrace.c	(revision 8245)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-09 02:01:02 $
+ *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-09 02:26:44 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -525,5 +525,5 @@
         clevel = level + '0';
     } else {
-        psTrace("utils.logMsg", 2, "Invalid logMsg level: %d (%s)\n", level, format);
+        psTrace("psLib.sys", 2, "Invalid logMsg level: %d (%s)\n", level, format);
         level = (level < 0) ? 0 : 9;
         clevel = level + '0';
@@ -721,5 +721,5 @@
     // XXX: If one must at least log error messages, why don't we set logMsg = true here?
     if (!traceMsg) {
-        psTrace("utils.traceMsg", 1,
+        psTrace("psLib.sys", 1,
                 "You must at least trace error messages (You chose \"%s\")", format);
 
