Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Aug 13, 2015
2 parents d139d0a + 848a772 commit 72292b2
Show file tree
Hide file tree
Showing 7 changed files with 686 additions and 29 deletions.
Expand Up @@ -126,9 +126,10 @@ <T extends ShadowType> PrismObject<T> convertToResourceObject(ConnectorObject co

List<ObjectClassComplexTypeDefinition> auxiliaryObjectClassDefinitions = new ArrayList<>();

if (LOGGER.isTraceEnabled()) {
LOGGER.trace("Resource attribute container definition {}.", attributesContainerDefinition.debugDump());
}
// too loud
// if (LOGGER.isTraceEnabled()) {
// LOGGER.trace("Resource attribute container definition {}.", attributesContainerDefinition.debugDump());
// }

// Uid is always there
Uid uid = co.getUid();
Expand Down

0 comments on commit 72292b2

Please sign in to comment.