Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ private byte[] transform(Data dereferencedData,
}

if (data == null) {
LOG.log(Level.WARNING, "The input bytes to the digest operation are null. " +
LOG.log(Level.INFO, "The input bytes to the digest operation are null. " +
"This may be due to a problem with the Reference URI " +
"or its Transforms.");
} else {
Expand Down