summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-openembedded/meta-oe/recipes-connectivity/obexftp/obexftp/Remove_some_printf_in_obexftpd.patch
blob: 8b73af32e847791dd2342963c620b4aa8d261ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Signed-off-by: Jun Zhu <R01007@freescale.com>

Upstream-Status:  Not applicable

diff -Nru obexftp-0.23/apps.orig/obexftpd.c obexftp-0.23/apps/obexftpd.c
--- obexftp-0.23/apps.orig/obexftpd.c	2013-11-08 10:42:20.816631583 +0800
+++ obexftp-0.23/apps/obexftpd.c	2013-11-08 10:44:18.628634893 +0800
@@ -639,7 +639,7 @@
 	struct stat statbuf;
 	//char *namebuf = NULL;
 
-	fprintf(stderr, "put_done>>>\n");
+	//fprintf(stderr, "put_done>>>\n");
 	while(OBEX_ObjectGetNextHeader(handle, object, &hi, &hv, &hlen))	{
 		switch(hi)	{
 		case OBEX_HDR_BODY:
@@ -671,7 +671,7 @@
 		}
 	}
 	if(!body)	{
-		printf("Got a PUT without a body\n");
+		//printf("Got a PUT without a body\n");
 		OBEX_ObjectSetRsp(object, OBEX_RSP_CONTINUE, OBEX_RSP_SUCCESS);
 	}
 	if(!name)	{
@@ -807,7 +807,7 @@
 			
 		switch(obex_cmd) {
 		case OBEX_CMD_PUT:
-			fprintf(stderr, "obex_ev_progress: obex_cmd_put\n");
+			//fprintf(stderr, "obex_ev_progress: obex_cmd_put\n");
 			put_done(handle, obj, 0);
 			break;
 		default:
OpenPOWER on IntegriCloud