From 0653862f56699de6c1e34a48ee551df97dc9b3b6 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Sat, 18 Jul 2020 07:39:51 -0400 Subject: [PATCH] Enable debug log messages by default again... --- indra/llcommon/llerror.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/indra/llcommon/llerror.h b/indra/llcommon/llerror.h index d85f1a41558..b4ac5955549 100644 --- a/indra/llcommon/llerror.h +++ b/indra/llcommon/llerror.h @@ -42,11 +42,8 @@ const int LL_ERR_NOERR = 0; // #define RELEASE_SHOW_DEBUG // Define this if you want your release builds to show lldebug output. #define RELEASE_SHOW_INFO // Define this if you want your release builds to show llinfo output #define RELEASE_SHOW_WARN // Define this if you want your release builds to show llwarn output. -#if LL_TEST #define ENABLE_DEBUG_MACRO 1 -#else -#define ENABLE_DEBUG_MACRO 0 -#endif + #ifdef _DEBUG #define SHOW_DEBUG -- GitLab