Commit 29382233 authored by unknown's avatar unknown

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

parent b8789226
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment