static char *log_strings[5] =
 {
-       "User:   ",
-       "Error:  ",
-       "Warning:",
-       "Info:   ",
-       "Debug:  "
+       "User : ",
+       "Error: ",
+       "Warn : ",  /* want a space after each colon, all same width, colons aligned */
+       "Info : ",
+       "Debug: "
 };
 
+
 static int count = 0;
 
 /* The log_puts() serves to somewhat different goals:
                        struct mallinfo info;
                        info = mallinfo();
 #endif
-                       fprintf(log_output, "%s %d %d %s:%d %s()"
+                       fprintf(log_output, "%s%d %d %s:%d %s()"
 #if PRINT_MEM()
                                        " %d"
 #endif
                        LOG_WARNING("enabling log output as we are using pipes");
                }
        }
-       
+
        return ERROR_OK;
 }