Index: trunk/psLib/test/sysUtils/tst_psLogMsg01.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psLogMsg01.c	(revision 852)
+++ trunk/psLib/test/sysUtils/tst_psLogMsg01.c	(revision 963)
@@ -17,7 +17,7 @@
     printPositiveTestHeader(stdout,
                             "psLogMsg functions",
-                            "psSetLogLevel()");
+                            "psLogSetLevel()");
 
-    psSetLogLevel(9);
+    psLogSetLevel(9);
     // Send a log messages for levels 0:9.
     for (i=0;i<10;i++) {
@@ -25,12 +25,12 @@
     }
 
-    psSetLogLevel(5);
+    psLogSetLevel(5);
     psLogMsg(__func__, 6, "This should not be displayed (level %d)\n", 6);
-    psSetLogLevel(4);
+    psLogSetLevel(4);
     psLogMsg(__func__, 4, "This should  be displayed (level %d)\n", 4);
 
     printFooter(stdout,
                 "psLogMsg functions",
-                "psSetLogLevel()",
+                "psLogSetLevel()",
                 testStatus);
 
