More debug

This commit is contained in:
xawotihs
2013-10-30 22:02:43 +01:00
parent dac31994b6
commit f6c47b85e3

View File

@@ -347,6 +347,7 @@ void MTGAllCards::loadFolder(const string& folder, const string& filename )
for (size_t i = 0; i < files.size(); ++i)
{
DebugTrace("MTGAllCards::loadFolder: checking folder" << folder << " file " << files[i]);
string afile = folder;
afile.append(files[i]);