Index: public/web/WebConsoleMessage.h |
diff --git a/public/web/WebConsoleMessage.h b/public/web/WebConsoleMessage.h |
index 616e8ebb0fd8349df9c42ce3b8b778e667fa00a6..9f61f2fcc31a5eeed4cbe75c3f6db80e4cf83cf6 100644 |
--- a/public/web/WebConsoleMessage.h |
+++ b/public/web/WebConsoleMessage.h |
@@ -42,6 +42,7 @@ struct WebConsoleMessage { |
LevelInfo = 5, |
LevelWarning = 2, |
LevelError = 3, |
+ LevelRevokedError = 6, |
LevelLast = LevelInfo |
}; |