Index: trunk/psLib/test/sysUtils/builddir/tst_psLogMsg00.d
===================================================================
--- trunk/psLib/test/sysUtils/builddir/tst_psLogMsg00.d	(revision 1136)
+++ trunk/psLib/test/sysUtils/builddir/tst_psLogMsg00.d	(revision 1138)
@@ -3,6 +3,6 @@
   ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
   ../../include/psString.h ../../include/psType.h ../../include/psList.h \
-  ../../include/psVector.h ../../include/psHash.h \
-  ../../include/psScalar.h ../../include/psImage.h \
+  ../../include/psCompare.h ../../include/psVector.h \
+  ../../include/psHash.h ../../include/psScalar.h ../../include/psImage.h \
   ../../include/psBitSet.h ../../include/psSort.h ../../include/psStats.h \
   ../../include/psMatrix.h ../../include/psMatrixVectorArithmetic.h \
Index: trunk/psLib/test/sysUtils/tst_psLogMsg00.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psLogMsg00.c	(revision 1136)
+++ trunk/psLib/test/sysUtils/tst_psLogMsg00.c	(revision 1138)
@@ -15,7 +15,7 @@
     va_list ap;
 
-    // Test whether psVLogMsg() accept a va_list for output variables.
+    // Test whether psLogMsgV() accept a va_list for output variables.
     va_start(ap, fmt);
-    psVLogMsg(name, level, fmt, ap);
+    psLogMsgV(name, level, fmt, ap);
     va_end(ap);
 }
@@ -44,5 +44,5 @@
 
 
-    // Test whether psVLogMsg() accept a va_list for output variables.
+    // Test whether psLogMsgV() accept a va_list for output variables.
     printPositiveTestHeader(stdout,
                             "psLogMsg functions",
