Index: trunk/psLib/test/sysUtils/tst_psLogMsg00.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psLogMsg00.c	(revision 891)
+++ trunk/psLib/test/sysUtils/tst_psLogMsg00.c	(revision 963)
@@ -34,5 +34,5 @@
     // should actually be displayed.
     for (i=0;i<10;i++) {
-        psLogMsg(__func__, i, "Hello World!  My level is %d %f %s\n", i,
+        myLogMsg(__func__, i, "Hello World!  My level is %d %f %s\n", i,
                  (float) i, "beep beep");
     }
@@ -52,5 +52,5 @@
     // should actually be displayed.
     for (i=0;i<10;i++) {
-        psLogMsg(__func__, i, "Hello World!  My level is %d %f %s\n", i,
+        myLogMsg(__func__, i, "Hello World!  My level is %d %f %s\n", i,
                  (float) i, "beep beep");
     }
