diff cli-agentfwd.c @ 723:0fd32a552ea5

Fix a few compile warnings
author Matt Johnston <matt@ucc.asn.au>
date Sat, 23 Mar 2013 23:17:01 +0800
parents 5e8d84f3ee72
children f336d232fc63
line wrap: on
line diff
--- a/cli-agentfwd.c	Sat Mar 23 23:16:06 2013 +0800
+++ b/cli-agentfwd.c	Sat Mar 23 23:17:01 2013 +0800
@@ -156,8 +156,6 @@
 		goto out;
 	}
 	
-	TRACE(("agent_request readlen is %d", readlen))
-
 	buf_resize(inbuf, readlen);
 	buf_setpos(inbuf, 0);
 	ret = atomicio(read, fd, buf_getwriteptr(inbuf, readlen), readlen);
@@ -167,7 +165,6 @@
 	}
 	buf_incrwritepos(inbuf, readlen);
 	buf_setpos(inbuf, 0);
-	TRACE(("agent_request success, length %d", readlen))
 
 out:
 	if (payload)