[svn-commits] russell: trunk r283660 - in /trunk: ./ res/res_odbc.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Aug 26 08:28:09 CDT 2010


Author: russell
Date: Thu Aug 26 08:28:05 2010
New Revision: 283660

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=283660
Log:
Merged revisions 283659 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r283659 | russell | 2010-08-26 08:26:14 -0500 (Thu, 26 Aug 2010) | 2 lines
  
  Slight improvement to a debug message.
........

Modified:
    trunk/   (props changed)
    trunk/res/res_odbc.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: trunk/res/res_odbc.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_odbc.c?view=diff&rev=283660&r1=283659&r2=283660
==============================================================================
--- trunk/res/res_odbc.c (original)
+++ trunk/res/res_odbc.c Thu Aug 26 08:28:05 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 svn-commits mailing list