YTparser: fix compil with debug

This commit is contained in:
Jacek Jendrzej
2019-06-12 20:36:22 +02:00
parent 9af1506c89
commit 7c64b282fe

View File

@@ -348,8 +348,8 @@ bool cYTFeedParser::parseFeedJSON(std::string &answer)
parseFeedDetailsJSON(&vinfo);
#ifdef DEBUG_PARSER
printf("prevPageToken: %s\n", prevPageToken.c_str());
printf("nextPageToken: %s\n", nextPageToken.c_str());
printf("prevPageToken: %s\n", prev.c_str());
printf("nextPageToken: %s\n", next.c_str());
printf("vinfo.id: %s\n", vinfo.id.c_str());
printf("vinfo.description: %s\n", vinfo.description.c_str());
printf("vinfo.published: %s\n", vinfo.published.c_str());