change log level for 'ontology prefix not found' message to debug NIHVIVO-3237
This commit is contained in:
parent
56b938ca59
commit
7d5a413c15
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class JenaOutputUtils {
|
|||
|
||||
prefix = ontology.getPrefix();
|
||||
if (prefix == null || prefix.isEmpty()) {
|
||||
log.info("no prefix found for namespace: " + namespace);
|
||||
log.debug("no prefix found for namespace: " + namespace);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue