mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 08:13:22 +00:00
Fix a spelling error in a log message. SMDI, not SDMI.
(closes issue #10959) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@85517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -719,8 +719,8 @@ static int load_module(void)
|
||||
if (res < 0) {
|
||||
return res;
|
||||
} else if (res == 1) {
|
||||
ast_log(LOG_WARNING, "No SMDI interfaces are available to listen on, not starting SDMI listener.\n");
|
||||
return AST_MODULE_LOAD_DECLINE;;
|
||||
ast_log(LOG_WARNING, "No SMDI interfaces are available to listen on, not starting SMDI listener.\n");
|
||||
return AST_MODULE_LOAD_DECLINE;
|
||||
} else
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user