mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added extra information in toString of AVMNodeDescriptor.
Added debug logging for various things in AVMSyncServiceImpl. Fixed "from" path in workflow submits so that the ROOT directory does not get wiped out in the originating sandbox. Fixed avm.jsp so that it works again. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4771 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -411,7 +411,7 @@ public class AVMNodeDescriptor implements Serializable
|
||||
case AVMNodeType.PLAIN_FILE :
|
||||
return "[PF:" + fID + "]";
|
||||
case AVMNodeType.PLAIN_DIRECTORY :
|
||||
return "[PD:" + fID + "]";
|
||||
return "[PD:" + fID + ":" + fPath + "]";
|
||||
case AVMNodeType.LAYERED_FILE :
|
||||
return "[LF:" + fID + ":" + fIndirection + "]";
|
||||
case AVMNodeType.LAYERED_DIRECTORY :
|
||||
|
Reference in New Issue
Block a user