File 1104-Update-primary-bootstrap.patch of Package erlang
From f189bf3fa084ac6ef6a907aa49e23f1d8f085280 Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang.org>
Date: Wed, 25 Nov 2020 13:25:58 +0100
Subject: [PATCH 4/4] Update primary bootstrap
---
bootstrap/lib/compiler/ebin/beam_asm.beam | Bin 10932 -> 10932 bytes
.../lib/compiler/ebin/beam_ssa_bool.beam | Bin 22692 -> 22656 bytes
bootstrap/lib/compiler/ebin/beam_ssa_opt.beam | Bin 48188 -> 48192 bytes
.../compiler/ebin/beam_ssa_pre_codegen.beam | Bin 46680 -> 46916 bytes
.../lib/compiler/ebin/beam_ssa_type.beam | Bin 33660 -> 33888 bytes
bootstrap/lib/compiler/ebin/core_parse.beam | Bin 61092 -> 61100 bytes
bootstrap/lib/compiler/ebin/erl_bifs.beam | Bin 2112 -> 2096 bytes
bootstrap/lib/kernel/ebin/global.beam | Bin 28052 -> 28056 bytes
bootstrap/lib/kernel/ebin/inet_db.beam | Bin 25888 -> 26096 bytes
bootstrap/lib/kernel/ebin/inet_res.beam | Bin 12776 -> 12920 bytes
bootstrap/lib/kernel/ebin/inet_tcp_dist.beam | Bin 7944 -> 7956 bytes
bootstrap/lib/kernel/include/logger.hrl | 2 +-
bootstrap/lib/stdlib/ebin/erl_eval.beam | Bin 34496 -> 34504 bytes
bootstrap/lib/stdlib/ebin/erl_parse.beam | Bin 93660 -> 93664 bytes
bootstrap/lib/stdlib/ebin/shell.beam | Bin 28272 -> 28276 bytes
bootstrap/lib/stdlib/ebin/shell_docs.beam | Bin 16428 -> 17148 bytes
bootstrap/lib/stdlib/ebin/uri_string.beam | Bin 24828 -> 26548 bytes
17 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap/lib/kernel/include/logger.hrl b/bootstrap/lib/kernel/include/logger.hrl
index b09977e0f2..bd17f7efc4 100644
--- a/bootstrap/lib/kernel/include/logger.hrl
+++ b/bootstrap/lib/kernel/include/logger.hrl
@@ -46,7 +46,7 @@
-define(DO_LOG(Level,Args),
case logger:allow(Level,?MODULE) of
true ->
- apply(logger,macro_log,[?LOCATION,Level|Args]);
+ erlang:apply(logger,macro_log,[?LOCATION,Level|Args]);
false ->
ok
end).
--
2.26.2