mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 01:28:23 +00:00
Update all of debug log definition to DBG_TAG and DBG_LVL.
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
#include "dlmodule.h"
|
||||
#include "dlelf.h"
|
||||
|
||||
#define DBG_SECTION_NAME "DLMD"
|
||||
#define DBG_LEVEL DBG_INFO
|
||||
#define DBG_TAG "DLMD"
|
||||
#define DBG_LVL DBG_INFO
|
||||
#include <rtdbg.h> // must after of DEBUG_ENABLE or some other options
|
||||
|
||||
rt_err_t dlmodule_load_shared_object(struct rt_dlmodule* module, void *module_ptr)
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
|
||||
#include <dfs_posix.h>
|
||||
|
||||
#define DBG_SECTION_NAME "DLMD"
|
||||
#define DBG_LEVEL DBG_INFO
|
||||
#define DBG_TAG "DLMD"
|
||||
#define DBG_LVL DBG_INFO
|
||||
#include <rtdbg.h> // must after of DEBUG_ENABLE or some other options
|
||||
|
||||
static struct rt_module_symtab *_rt_module_symtab_begin = RT_NULL;
|
||||
|
||||
Reference in New Issue
Block a user