You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by du...@apache.org on 2007/02/19 13:39:39 UTC

svn commit: r509182 - /webservices/axis2/trunk/c/tools/tcpmon/src/entry.c

Author: dushshantha
Date: Mon Feb 19 04:39:36 2007
New Revision: 509182

URL: http://svn.apache.org/viewvc?view=rev&rev=509182
Log:
modified tcpmon to append the messages to request/response file.

Modified:
    webservices/axis2/trunk/c/tools/tcpmon/src/entry.c

Modified: webservices/axis2/trunk/c/tools/tcpmon/src/entry.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/tcpmon/src/entry.c?view=diff&rev=509182&r1=509181&r2=509182
==============================================================================
--- webservices/axis2/trunk/c/tools/tcpmon/src/entry.c (original)
+++ webservices/axis2/trunk/c/tools/tcpmon/src/entry.c Mon Feb 19 04:39:36 2007
@@ -697,7 +697,8 @@
 	 int size = 0;
 	 if (filename)
 		{
-			 FILE *fp = fopen (filename, "w");
+			 //FILE *fp = fopen (filename, "w");
+			 FILE *fp = fopen (filename, "a+");
 			 size = fwrite (buffer, 1, strlen (buffer), fp);
 			 fclose (fp);
 		}



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org