diff --git a/services/git-bridge/src/uk/ac/ic/wlgitbridge/writelatex/filestore/node/WLDirectoryNode.java b/services/git-bridge/src/uk/ac/ic/wlgitbridge/writelatex/filestore/node/WLDirectoryNode.java index 124b8b0343..04ece7f238 100644 --- a/services/git-bridge/src/uk/ac/ic/wlgitbridge/writelatex/filestore/node/WLDirectoryNode.java +++ b/services/git-bridge/src/uk/ac/ic/wlgitbridge/writelatex/filestore/node/WLDirectoryNode.java @@ -90,6 +90,7 @@ public class WLDirectoryNode implements PersistentStoreSource, PersistentStoreUp public WLDirectoryNode createFromRawDirectoryContents(RawDirectoryContents rawDirectoryContents, File attachmentDirectory) throws IOException, FailedConnectionException { Map candidateFileNodeTable = new HashMap(); + System.out.println("Attachment directory: " + attachmentDirectory + ", projectName: " + projectName); File projectAttDirectory = new File(attachmentDirectory, projectName); projectAttDirectory.mkdirs(); WLFileStore.deleteInDirectory(projectAttDirectory);