[asterisk-addons-commits] qwell: branch 1.4 r342 - in
	/branches/1.4: ./ cdr_addon_mysql.c
    asterisk-addons-commits at lists.digium.com 
    asterisk-addons-commits at lists.digium.com
       
    Thu Feb 15 15:25:25 MST 2007
    
    
  
Author: qwell
Date: Thu Feb 15 16:25:24 2007
New Revision: 342
URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=342
Log:
Merged revisions 341 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-addons/branches/1.2
........
r341 | qwell | 2007-02-15 16:23:07 -0600 (Thu, 15 Feb 2007) | 2 lines
Fix a typo pointed out by kshummard
........
Modified:
    branches/1.4/   (props changed)
    branches/1.4/cdr_addon_mysql.c
Propchange: branches/1.4/
------------------------------------------------------------------------------
--- branch-1.2-merged (original)
+++ branch-1.2-merged Thu Feb 15 16:25:24 2007
@@ -1,1 +1,1 @@
-/branches/1.2:1-183,209,211,257-258,264,268-273,305-328,332-336
+/branches/1.2:1-183,209,211,257-258,264,268-273,305-328,332-336,341
Modified: branches/1.4/cdr_addon_mysql.c
URL: http://svn.digium.com/view/asterisk-addons/branches/1.4/cdr_addon_mysql.c?view=diff&rev=342&r1=341&r2=342
==============================================================================
--- branches/1.4/cdr_addon_mysql.c (original)
+++ branches/1.4/cdr_addon_mysql.c Thu Feb 15 16:25:24 2007
@@ -410,7 +410,7 @@
 	tmp = ast_variable_retrieve(cfg, "global", "userfield");
 	if (tmp) {
 		if (sscanf(tmp, "%d", &userfield) < 1) {
-			ast_log(LOG_WARNING, "Invalid MySQL configurtation file\n");
+			ast_log(LOG_WARNING, "Invalid MySQL configuration file\n");
 			userfield = 0;
 		}
 	}
    
    
More information about the asterisk-addons-commits
mailing list