Skip to content

Commit

Permalink
Rename "Err" to "Error"
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jan 10, 2020
1 parent 0cf8b4d commit 58d5242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aixlog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ class Log : public std::basic_streambuf<char, std::char_traits<char>>
case Severity::warning:
return "Warn";
case Severity::error:
return "Err";
return "Error";
case Severity::fatal:
return "Fatal";
default:
Expand Down

0 comments on commit 58d5242

Please sign in to comment.