mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
remove a now useless debugging message about loading new-style modules.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26955 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
loader.c
2
loader.c
@@ -722,8 +722,6 @@ static struct module * __load_resource(const char *resource_name,
|
|||||||
if (m == NULL) /* MOD_0 modules may still have a mod_data entry */
|
if (m == NULL) /* MOD_0 modules may still have a mod_data entry */
|
||||||
m = find_symbol(cur, "mod_data", 0);
|
m = find_symbol(cur, "mod_data", 0);
|
||||||
if (m != NULL) { /* new style module */
|
if (m != NULL) { /* new style module */
|
||||||
ast_log(LOG_WARNING, "new style %s (0x%x) loaded RTLD_LOCAL\n",
|
|
||||||
resource_name, m->flags);
|
|
||||||
cur->cb = m; /* use the mod_data from the module itself */
|
cur->cb = m; /* use the mod_data from the module itself */
|
||||||
errors = check_exported(cur);
|
errors = check_exported(cur);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user