Skip to content
Snippets Groups Projects
Commit 0abc9b0b authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

test commit to ensure the server is happy again

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24379 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a9281a11
Branches
Tags
No related merge requests found
...@@ -728,7 +728,7 @@ static struct module * __load_resource(const char *resource_name, ...@@ -728,7 +728,7 @@ static struct module * __load_resource(const char *resource_name,
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 {
ast_log(LOG_WARNING, "misstng mod_data for %s\n", ast_log(LOG_WARNING, "missing mod_data for %s\n",
resource_name); resource_name);
errors++; errors++;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment