[asterisk-commits] trunk r24379 - /trunk/loader.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed May 3 05:29:40 MST 2006
Author: kpfleming
Date: Wed May 3 07:29:39 2006
New Revision: 24379
URL: http://svn.digium.com/view/asterisk?rev=24379&view=rev
Log:
test commit to ensure the server is happy again
Modified:
trunk/loader.c
Modified: trunk/loader.c
URL: http://svn.digium.com/view/asterisk/trunk/loader.c?rev=24379&r1=24378&r2=24379&view=diff
==============================================================================
--- trunk/loader.c (original)
+++ trunk/loader.c Wed May 3 07:29:39 2006
@@ -728,7 +728,7 @@
cur->cb = m; /* use the mod_data from the module itself */
errors = check_exported(cur);
} else {
- ast_log(LOG_WARNING, "misstng mod_data for %s\n",
+ ast_log(LOG_WARNING, "missing mod_data for %s\n",
resource_name);
errors++;
}
More information about the asterisk-commits
mailing list