[asterisk-commits] russell: branch 1.8 r283659 -	/branches/1.8/res/res_odbc.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Thu Aug 26 08:26:18 CDT 2010
    
    
  
Author: russell
Date: Thu Aug 26 08:26:14 2010
New Revision: 283659
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=283659
Log:
Slight improvement to a debug message.
Modified:
    branches/1.8/res/res_odbc.c
Modified: branches/1.8/res/res_odbc.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/res/res_odbc.c?view=diff&rev=283659&r1=283658&r2=283659
==============================================================================
--- branches/1.8/res/res_odbc.c (original)
+++ branches/1.8/res/res_odbc.c Thu Aug 26 08:26:14 2010
@@ -1204,7 +1204,7 @@
 	unsigned char state[10], diagnostic[256];
 
 	if (!(class = ao2_callback(class_container, 0, aoro2_class_cb, (char *) name))) {
-		ast_debug(1, "Class not found!\n");
+		ast_debug(1, "Class '%s' not found!\n", name);
 		return NULL;
 	}
 
    
    
More information about the asterisk-commits
mailing list