Improved debug to try and pin down build failure

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@54510 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2013-08-27 14:52:11 +00:00
parent 0d781560bf
commit 6226d1827b

View File

@@ -4429,6 +4429,7 @@ public class IndexInfo implements IndexMonitor
try try
{ {
builder.append("\n"); builder.append("\n");
builder.append(this.getRelativePath());
builder.append("Entry List\n"); builder.append("Entry List\n");
for (IndexEntry entry : indexEntries.values()) for (IndexEntry entry : indexEntries.values())
{ {