Renamed “note” to “info.”

This commit is contained in:
2016-11-24 22:58:13 +01:00
parent da63f984c1
commit 5816207af7
3 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ namespace output
enum class Priority
{
Debug,
Note,
Info,
Warning,
Error
};