From 0bd33d40f4164ec71c1626a9e59580bffd595260 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 25 Nov 1996 23:24:47 +0000 Subject: [PATCH] moved and fixed bogus debug output. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1078 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/popper/pop_dropinfo.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/appl/popper/pop_dropinfo.c b/appl/popper/pop_dropinfo.c index 196bd3771..a06542bba 100644 --- a/appl/popper/pop_dropinfo.c +++ b/appl/popper/pop_dropinfo.c @@ -112,12 +112,6 @@ pop_dropinfo(POP *p) } mp = p->mlp + msg_num - 2; } -#ifdef DEBUG - if(p->debug) - pop_log(p,POP_DEBUG, - "Msg %d at offset %d is %d octets long and has %u lines.", - mp->number,mp->offset,mp->length,mp->lines); -#endif /* DEBUG */ ++mp; mp->number = msg_num; mp->length = 0; @@ -131,7 +125,9 @@ pop_dropinfo(POP *p) #endif #ifdef DEBUG if(p->debug) - pop_log(p,POP_DEBUG, "Msg %d being added to list", mp->number); + pop_log(p, POP_DEBUG, + "Msg %d at offset %u being added to list", + mp->number, mp->offset); #endif /* DEBUG */ } #ifdef UIDL