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