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
1.4
Luigi Rizzo 19 years ago
parent 1f0d723c1e
commit 46a9459d57

@ -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 */
m = find_symbol(cur, "mod_data", 0);
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 */
errors = check_exported(cur);
} else {

Loading…
Cancel
Save