Skip to content

Commit

Permalink
vcardparser.c: log parse_prop_name()
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Apr 26, 2024
1 parent b3edb44 commit 3abf1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libicalvcard/vcardparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,7 @@ static void _parse_eatline(struct vcardparser_state *state)
static void _parse_prop(struct vcardparser_state *state)
{
int r = _parse_prop_name(state);
fprintf(stderr, "_parse_prop_name: %d '%s'\n", r, state->prop ? vcardproperty_get_property_name(state->prop) : "");
if (r) {
if (r == PE_PROP_MULTIGROUP) {
vcardproperty_kind prop_kind = vcardproperty_isa(state->prop);
Expand Down

0 comments on commit 3abf1fe

Please sign in to comment.