Log parsed XML attributes

This commit is contained in:
Cameron Gutman
2018-12-27 19:50:51 -08:00
parent dc00c1e3e7
commit befef62b2f

View File

@@ -89,6 +89,8 @@
}
xmlFreeDoc(docPtr);
Log(LOG_D, @"Parsed XML data: %@", _elements);
}
@end