From 5d162519cd9f010f710d99cec825a867489b8e5c Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Thu, 11 Sep 2014 11:33:43 +0200 Subject: [PATCH] Reorder log levels --- Classes/Utils/Utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/Utils/Utils.h b/Classes/Utils/Utils.h index 9b2b36a78..28b950d5d 100644 --- a/Classes/Utils/Utils.h +++ b/Classes/Utils/Utils.h @@ -27,8 +27,8 @@ }) typedef enum _LinphoneLoggerSeverity { - LinphoneLoggerLog = 0, - LinphoneLoggerDebug, + LinphoneLoggerDebug = 0, + LinphoneLoggerLog, LinphoneLoggerWarning, LinphoneLoggerError, LinphoneLoggerFatal