Skip to content

Commit

Permalink
vcardparser.c: futher debugging of BEGIN != END
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Apr 25, 2024
1 parent 131d8f5 commit 669efce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libicalvcard/vcardparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,8 @@ static int _parse_vcard(struct vcardparser_state *state,
/* special case mismatched card, the "start" was the start of
* the card */
state->itemstart = cardstart;
fprintf(stderr, "BEGIN comp != END\n");
fprintf(stderr, "BEGIN comp (%u) != END (%u)\n",
vcardcomponent_isa(comp), kind);
r = PE_MISMATCHED_CARD;
}

Expand Down

0 comments on commit 669efce

Please sign in to comment.