fix(ex05): use uppercase level specifiers
This commit is contained in:
parent
fd476b2c63
commit
3fa6069da8
2 changed files with 8 additions and 8 deletions
|
|
@ -4,9 +4,9 @@ int main(void) {
|
|||
Harl harl;
|
||||
|
||||
harl.complain("Debug");
|
||||
harl.complain("debug");
|
||||
harl.complain("info");
|
||||
harl.complain("warning");
|
||||
harl.complain("error");
|
||||
harl.complain("DEBUG");
|
||||
harl.complain("INFO");
|
||||
harl.complain("WARNING");
|
||||
harl.complain("ERROR");
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue