We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b998c3 commit bd3b345Copy full SHA for bd3b345
src/libicalvcard/vcardparser.c
@@ -1026,8 +1026,8 @@ vcardcomponent *vcardparser_parse_string(const char *str)
1026
}
1027
1028
else {
1029
- printf("vcardparser_parse_string() failed:\n%s\n",
1030
- vcardcomponent_as_vcard_string(parser.root));
+ fprintf(stderr, "vcardparser_parse_string() failed:\n%s\n",
+ vcardcomponent_as_vcard_string(parser.root));
1031
1032
1033
vcardparser_free(&parser);
0 commit comments