Index: trunk/psLib/src/sysUtils/psLogMsg.c
===================================================================
--- trunk/psLib/src/sysUtils/psLogMsg.c	(revision 479)
+++ trunk/psLib/src/sysUtils/psLogMsg.c	(revision 480)
@@ -11,4 +11,7 @@
 /* #include "psLib.h" */
 #include "psLogMsg.h"
+#include "psError.h"
+#include "psErrorCodes.h"
+#include "psTrace.h"
 
 #define MIN_LOG_LEVEL 0
@@ -125,6 +128,7 @@
             break;
         default:
-            psError(__func__, PS_ERR_UNKNOWN, 1,
-                    "Unknown logging keyword %c", *ptr);
+            // GUS: figure out the psError() format:
+            //     psError(__func__, PS_ERR_UNKNOWN, 1,
+            //                   "Unknown logging keyword %c", *ptr);
             break;
         }
@@ -169,5 +173,5 @@
     static int first = 1;
     static char hostname[HOST_NAME_MAX + 1];
-    char clevel;   // letter-name for level
+    char clevel=0;   // letter-name for level
     char head[HOST_NAME_MAX + 40]; // yes, this is long enough
     char *head_ptr = head;  // where we've got to in head
