diff options
Diffstat (limited to 'g10/parse-packet.c')
-rw-r--r-- | g10/parse-packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/parse-packet.c b/g10/parse-packet.c index 3cac6f868..5116404f8 100644 --- a/g10/parse-packet.c +++ b/g10/parse-packet.c @@ -610,7 +610,7 @@ parse (IOBUF inp, PACKET * pkt, int onlykeypkts, off_t * retpos, if (list_mode) es_fprintf (listfp, "# off=%lu ctb=%02x tag=%d hlen=%d plen=%lu%s%s\n", (unsigned long)pos, ctb, pkttype, hdrlen, pktlen, - partial? " partial":"", + partial? (new_ctb ? " partial" : " indeterminate") :"", new_ctb? " new-ctb":""); pkt->pkttype = pkttype; |