Commit dc6018d7 authored by serg@serg.mylan's avatar serg@serg.mylan

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

parent b3dc9f65
......@@ -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