summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Base/Log.h')
-rw-r--r--Swiften/Base/Log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Base/Log.h b/Swiften/Base/Log.h
index 955227f..06f5b55 100644
--- a/Swiften/Base/Log.h
+++ b/Swiften/Base/Log.h
@@ -14,7 +14,7 @@ namespace Swift {
// Only here to be able to statically check the correctness of the severity levers
namespace Severity {
enum {
- debug, warning, error
+ debug, info, warning, error
};
}
}