Skip to content

Commit 3abf1fe

Browse files
committed
vcardparser.c: log parse_prop_name()
1 parent b3edb44 commit 3abf1fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/libicalvcard/vcardparser.c

+1
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,7 @@ static void _parse_eatline(struct vcardparser_state *state)
796796
static void _parse_prop(struct vcardparser_state *state)
797797
{
798798
int r = _parse_prop_name(state);
799+
fprintf(stderr, "_parse_prop_name: %d '%s'\n", r, state->prop ? vcardproperty_get_property_name(state->prop) : "");
799800
if (r) {
800801
if (r == PE_PROP_MULTIGROUP) {
801802
vcardproperty_kind prop_kind = vcardproperty_isa(state->prop);

0 commit comments

Comments
 (0)