[Asterisk-cvs] asterisk/apps app_realtime.c,1.7,1.8

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu Apr 21 22:38:28 CDT 2005


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv13142/apps

Modified Files:
	app_realtime.c 
Log Message:
report the number of rows updated when using RealTime update method (bug #4066)


Index: app_realtime.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_realtime.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- app_realtime.c	21 Apr 2005 06:02:43 -0000	1.7
+++ app_realtime.c	22 Apr 2005 03:29:03 -0000	1.8
@@ -87,7 +87,7 @@
 		return RESULT_SUCCESS;
 	}
 
-	ast_cli(fd, "Updated RealTime record.\n");
+       ast_cli(fd, "Updated %i RealTime record(s).\n", res);
 
 	return RESULT_SUCCESS;
 }




More information about the svn-commits mailing list