Skip to content

Commit

Permalink
Changed logger message for encrypted metadata in features report
Browse files Browse the repository at this point in the history
  • Loading branch information
BezrukovM committed Nov 2, 2015
1 parent 3cea6b9 commit 3bd0f0f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ public static FeatureTreeNode parseMetadata(PDMetadata metadata, String nodeName
if (metadata == null) {
return null;
}

FeatureTreeNode node;
if (parent == null) {
node = FeatureTreeNode.newRootInstance(nodeName);
Expand All @@ -264,7 +263,7 @@ public static FeatureTreeNode parseMetadata(PDMetadata metadata, String nodeName
node.setValue(hexString);
}
} catch (IOException e) {
LOGGER.debug("Error while converting stream to string", e);
LOGGER.debug("Error while obtaining unfiltered metadata stream", e);
ErrorsHelper.addErrorIntoCollection(collection,
node,
e.getMessage());
Expand Down

0 comments on commit 3bd0f0f

Please sign in to comment.