This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch devs/devilhorns/apos
in repository efl.

View the commit online.

commit 23a9d21835b30b2a1c74d7ccc6137e8350298ae7
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Sat Dec 3 06:09:46 2022 -0500

    ecore_drm2: Reorder defines for messages
---
 src/lib/ecore_drm2/ecore_drm2_private.h | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/lib/ecore_drm2/ecore_drm2_private.h b/src/lib/ecore_drm2/ecore_drm2_private.h
index 2788530d8c..0c8fd5caea 100644
--- a/src/lib/ecore_drm2/ecore_drm2_private.h
+++ b/src/lib/ecore_drm2/ecore_drm2_private.h
@@ -36,26 +36,26 @@ extern int _ecore_drm2_log_dom;
 # endif
 # define ECORE_DRM2_DEFAULT_LOG_COLOR EINA_COLOR_BLUE
 
-# ifdef ERR
-#  undef ERR
+# ifdef INF
+#  undef INF
 # endif
-# define ERR(...) EINA_LOG_DOM_ERR(_ecore_drm2_log_dom, __VA_ARGS__)
+# define INF(...) EINA_LOG_DOM_INFO(_ecore_drm2_log_dom, __VA_ARGS__)
 
 # ifdef DBG
 #  undef DBG
 # endif
 # define DBG(...) EINA_LOG_DOM_DBG(_ecore_drm2_log_dom, __VA_ARGS__)
 
-# ifdef INF
-#  undef INF
-# endif
-# define INF(...) EINA_LOG_DOM_INFO(_ecore_drm2_log_dom, __VA_ARGS__)
-
 # ifdef WRN
 #  undef WRN
 # endif
 # define WRN(...) EINA_LOG_DOM_WARN(_ecore_drm2_log_dom, __VA_ARGS__)
 
+# ifdef ERR
+#  undef ERR
+# endif
+# define ERR(...) EINA_LOG_DOM_ERR(_ecore_drm2_log_dom, __VA_ARGS__)
+
 # ifdef CRIT
 #  undef CRIT
 # endif

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to