[asterisk-commits] russell: branch 1.4 r85517 -	/branches/1.4/res/res_smdi.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri Oct 12 10:45:09 CDT 2007
    
    
  
Author: russell
Date: Fri Oct 12 10:45:09 2007
New Revision: 85517
URL: http://svn.digium.com/view/asterisk?view=rev&rev=85517
Log:
Fix a spelling error in a log message.  SMDI, not SDMI.
(closes issue #10959)
Modified:
    branches/1.4/res/res_smdi.c
Modified: branches/1.4/res/res_smdi.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/res/res_smdi.c?view=diff&rev=85517&r1=85516&r2=85517
==============================================================================
--- branches/1.4/res/res_smdi.c (original)
+++ branches/1.4/res/res_smdi.c Fri Oct 12 10:45:09 2007
@@ -719,8 +719,8 @@
 	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;
 }
    
    
More information about the asterisk-commits
mailing list