[svn-commits] trunk r26955 - /trunk/loader.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu May 11 08:51:44 MST 2006
Author: rizzo
Date: Thu May 11 10:51:43 2006
New Revision: 26955
URL: http://svn.digium.com/view/asterisk?rev=26955&view=rev
Log:
remove a now useless debugging message about loading new-style modules.
Modified:
trunk/loader.c
Modified: trunk/loader.c
URL: http://svn.digium.com/view/asterisk/trunk/loader.c?rev=26955&r1=26954&r2=26955&view=diff
==============================================================================
--- trunk/loader.c (original)
+++ trunk/loader.c Thu May 11 10:51:43 2006
@@ -722,8 +722,6 @@
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 {
More information about the svn-commits
mailing list