From 9848f8445292ad3f7ff92bd4abfeb8f2d08ec32d Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 26 Apr 2016 11:44:32 +0100 Subject: Add some logging to help understand what's going on --- include/olm/logging.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'include/olm/logging.hh') diff --git a/include/olm/logging.hh b/include/olm/logging.hh index 76c8053..f174712 100644 --- a/include/olm/logging.hh +++ b/include/olm/logging.hh @@ -23,6 +23,7 @@ const unsigned int LOG_ERROR = 2; const unsigned int LOG_WARNING = 3; const unsigned int LOG_INFO = 4; const unsigned int LOG_DEBUG = 5; +const unsigned int LOG_TRACE = 6; void set_log_level(unsigned int log_level); -- cgit v1.2.3