diff examples/filesend/writer.c @ 75:5b1f099da593

user id format fix
author one
date Sat, 24 Oct 2009 17:38:21 +0900
parents be8bc83c001a
children
line wrap: on
line diff
--- a/examples/filesend/writer.c	Fri Oct 23 16:47:33 2009 +0900
+++ b/examples/filesend/writer.c	Sat Oct 24 17:38:21 2009 +0900
@@ -76,6 +76,8 @@
 	mainLoop(tspace, xml_id, fileno(stdin));
 	sleep(1);
 	send_serial_id(tspace, serial);
-	printf("mainLoop finished\n");
+	printf("send xml_id = %d, seciral = %d\n",xml_id, serial);
 	exit(EXIT_SUCCESS);
 }
+
+/* end */