projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9281a1
)
test commit to ensure the server is happy again
author
Kevin P. Fleming
<kpfleming@digium.com>
Wed, 3 May 2006 12:29:39 +0000
(12:29 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Wed, 3 May 2006 12:29:39 +0000
(12:29 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24379
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
loader.c
patch
|
blob
|
history
diff --git
a/loader.c
b/loader.c
index
5e230db
..
dd3e1af
100644
(file)
--- a/
loader.c
+++ b/
loader.c
@@
-728,7
+728,7
@@
static struct module * __load_resource(const char *resource_name,
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++;
}