Skip to content

Commit

Permalink
Fix logger
Browse files Browse the repository at this point in the history
Temporary fix for missing parameter in `BAL_LOG_MSG_ADD_FREE_TEXT` in 740
  • Loading branch information
mbtools authored Apr 16, 2024
1 parent 950de25 commit 44499db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/log/#mbtools#cl_logger.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -720,8 +720,8 @@ CLASS /mbtools/cl_logger IMPLEMENTATION.
i_probclass = importance
i_text = free_text_msg
i_s_context = formatted_context
i_s_params = formatted_params
i_detlevel = detlevel.
i_s_params = formatted_params.
" i_detlevel = detlevel " mising in 740
ELSEIF exception_data_table IS NOT INITIAL.

LOOP AT exception_data_table ASSIGNING <exception_data>.
Expand Down

0 comments on commit 44499db

Please sign in to comment.