- wxLogDebug("Number of object items: %ld", noObjectNodes);
- wxLogDebug("Number of non-object items: %ld", noNonObjectNodes);
- wxLogDebug("Total allocated size: %ld", totalSize);
- wxLogDebug("");
- wxLogDebug("");
+ wxLogDebug(wxT("Number of object items: %ld"), noObjectNodes);
+ wxLogDebug(wxT("Number of non-object items: %ld"), noNonObjectNodes);
+ wxLogDebug(wxT("Total allocated size: %ld"), totalSize);
+ wxLogDebug(wxT(""));
+ wxLogDebug(wxT(""));