mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Merged revisions 48948 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48948 | russell | 2006-12-24 16:19:37 -0500 (Sun, 24 Dec 2006) | 3 lines Fix a typo in an error message that indicated that the MGCP channel type could not be registered, instead of the correct type, OSS. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48949 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1576,7 +1576,7 @@ static int load_module(void)
|
||||
}
|
||||
|
||||
if (ast_channel_register(&oss_tech)) {
|
||||
ast_log(LOG_ERROR, "Unable to register channel class 'MGCP'\n");
|
||||
ast_log(LOG_ERROR, "Unable to register channel type 'OSS'\n");
|
||||
return AST_MODULE_LOAD_FAILURE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user