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;
 }

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to