summaryrefslogtreecommitdiffstats
path: root/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'console.h')
-rw-r--r--console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/console.h b/console.h
index 40b99e1..5c86830 100644
--- a/console.h
+++ b/console.h
@@ -17,7 +17,7 @@ inline long long unsigned int int_port(size_t i)
return i;
}
-enum verbosity : size_t { L0 = 0, L1 = 1, L2 = 2, L3 = 3, LINF = 100};
+enum verbosity : size_t { L0 = 0, L1 = 1, L2 = 2, L3 = 3, L4 = 4, LINF = 100};
class printer
{
OpenPOWER on IntegriCloud