mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- Made the status message after cut/copy more generic
- Changed the missing property message to be WARN instead of DEBUG and created section in log4j.properties for property sheet and modelling debug settings git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5066 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -94,8 +94,8 @@ public class UIProperty extends PropertySheetItem
|
||||
else
|
||||
{
|
||||
// warn the user that the property was not found anywhere
|
||||
if (missingPropsLogger.isDebugEnabled())
|
||||
missingPropsLogger.debug("Failed to find property '" + propertyName + "' for node: " + node.getNodeRef().toString());
|
||||
if (missingPropsLogger.isWarnEnabled())
|
||||
missingPropsLogger.warn("Failed to find property '" + propertyName + "' for node: " + node.getNodeRef().toString());
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user