Date: Sun, 12 Aug 2007 11:11:40 GMT From: Andrew Turner <andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 125077 for review Message-ID: <200708121111.l7CBBe8u051863@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125077 Change 125077 by andrew@andrew_hermies on 2007/08/12 11:11:39 Remove debugging output from the comms library Affected files ... .. //depot/projects/soc2007/andrew-update/lib/facund_server.c#12 edit Differences ... ==== //depot/projects/soc2007/andrew-update/lib/facund_server.c#12 (text+ko) ==== @@ -190,7 +190,6 @@ struct facund_conn *conn; char *str; - printf("> %s\n", name); conn = data; if (conn->current_call[0] == '\0' && strcmp(name, "call") == 0) { @@ -282,7 +281,6 @@ { struct facund_conn *conn; - printf("< %s\n", name); conn = data; if (strcmp(name, "call") == 0) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708121111.l7CBBe8u051863>