From 8d7080227b87f04bc54e1fdf2084db3acb3326b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Fri, 19 Feb 2021 19:43:14 +0100 Subject: [PATCH] Revert "Allow specifying the BUILD_LOG_LEVEL separately" This reverts commit 8de1f8036c12bfe8729e54b062c1325ff966e70f. --- makefiles/variables.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/makefiles/variables.mk b/makefiles/variables.mk index eba4ea6..e0baa42 100644 --- a/makefiles/variables.mk +++ b/makefiles/variables.mk @@ -26,9 +26,7 @@ ifeq ($(V), 0) endif # Chronicles log level -ifdef BUILD_LOG_LEVEL - NIM_PARAMS := $(NIM_PARAMS) -d:chronicles_log_level="$(BUILD_LOG_LEVEL)" -else ifdef LOG_LEVEL +ifdef LOG_LEVEL NIM_PARAMS := $(NIM_PARAMS) -d:chronicles_log_level="$(LOG_LEVEL)" endif