Commit 29382233 authored by unknown's avatar unknown
Browse files

per Monty's request - "WARNING" and "NOTE" changed to lowercase (for not to shout :)

parent b8789226
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1994,7 +1994,7 @@ void print_buffer_to_file(enum loglevel level, const char *buffer)
          start->tm_min,
          start->tm_sec,
          (level == ERROR_LEVEL ? "ERROR" : level == WARNING_LEVEL ?
           "WARNING" : "NOTE"),
           "Warning" : "Note"),
          buffer);

  fflush(stderr);