From 0c7905befcf041caf6bd4f14c801edc9cfeb1888 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 2 Jul 2001 23:19:37 +0000 Subject: XCosmetic fix. svn path=/trunk/; revision=3391 --- odmr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odmr.c') diff --git a/odmr.c b/odmr.c index d08b13d0..29281443 100644 --- a/odmr.c +++ b/odmr.c @@ -160,7 +160,7 @@ static int odmr_getrange(int sock, struct query *ctl, const char *id, SockWrite(smtp_sock, buf, n); if (outlevel >= O_MONITOR) - report(stdout, "ODMR< %s\n", buf); + report(stdout, "ODMR< %s", buf); } if (FD_ISSET(smtp_sock, &readfds)) { @@ -170,7 +170,7 @@ static int odmr_getrange(int sock, struct query *ctl, const char *id, SockWrite(sock, buf, n); if (outlevel >= O_MONITOR) - report(stdout, "ODMR> %s\n", buf); + report(stdout, "ODMR> %s", buf); } } SockClose(smtp_sock); -- cgit v1.2.3