Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Nov 4, 2024
2 parents 1cfa3cd + ac33280 commit 7404429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kernel/src/logger.erl
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ Handler configuration data for Logger.
%%%-----------------------------------------------------------------
%%% API

-define(LOG_DOC_1(Level), (#{equiv => emergency(StringOrReport, #{})})).
-define(LOG_DOC_1(Level), (#{equiv => Level(StringOrReport, #{})})).
-define(LOG_DOC_2(Level), "
Create a " Level " log event.
Expand Down

0 comments on commit 7404429

Please sign in to comment.