moved and fixed bogus debug output.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1078 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -112,12 +112,6 @@ pop_dropinfo(POP *p)
|
|||||||
}
|
}
|
||||||
mp = p->mlp + msg_num - 2;
|
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;
|
||||||
mp->number = msg_num;
|
mp->number = msg_num;
|
||||||
mp->length = 0;
|
mp->length = 0;
|
||||||
@@ -131,7 +125,9 @@ pop_dropinfo(POP *p)
|
|||||||
#endif
|
#endif
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
if(p->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 */
|
#endif /* DEBUG */
|
||||||
}
|
}
|
||||||
#ifdef UIDL
|
#ifdef UIDL
|
||||||
|
Reference in New Issue
Block a user