Index: /trunk/psLib/test/sysUtils/tst_psLogMsg03.c
===================================================================
--- /trunk/psLib/test/sysUtils/tst_psLogMsg03.c	(revision 831)
+++ /trunk/psLib/test/sysUtils/tst_psLogMsg03.c	(revision 832)
@@ -32,5 +32,5 @@
 
     printf("------------- psSetLogDestination(PS_LOG_TO_STDOUT) -------------\n");
-    psSetLogDestination(PS_LOG_TO_STDERR);
+    psSetLogDestination(PS_LOG_TO_STDOUT);
     for (i=0;i<10;i++) {
         psLogMsg(__func__, i, "Hello World!  My level is %d\n", i);
Index: /trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stderr
===================================================================
--- /trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stderr	(revision 831)
+++ /trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stderr	(revision 832)
@@ -3,6 +3,2 @@
  <DATE> <TIME> <HOST> |W|main           |Hello World!  My level is 2
  <DATE> <TIME> <HOST> |I|main           |Hello World!  My level is 3
- <DATE> <TIME> <HOST> |A|main           |Hello World!  My level is 0
- <DATE> <TIME> <HOST> |E|main           |Hello World!  My level is 1
- <DATE> <TIME> <HOST> |W|main           |Hello World!  My level is 2
- <DATE> <TIME> <HOST> |I|main           |Hello World!  My level is 3
Index: /trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stdout
===================================================================
--- /trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stdout	(revision 831)
+++ /trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stdout	(revision 832)
@@ -8,4 +8,12 @@
 ------------- psSetLogDestination(PS_LOG_TO_STDERR) -------------
 ------------- psSetLogDestination(PS_LOG_TO_STDOUT) -------------
+ <DATE> <TIME> <HOST> |A|main           |
+Hello World!  My level is 0
+ <DATE> <TIME> <HOST> |E|main           |
+Hello World!  My level is 1
+ <DATE> <TIME> <HOST> |W|main           |
+Hello World!  My level is 2
+ <DATE> <TIME> <HOST> |I|main           |
+Hello World!  My level is 3
 
 ---> TESTPOINT PASSED (psLogMsg functions{psSetLogDestination()} | tst_psLogMsg03.c)
