Skip to content
Snippets Groups Projects
Commit 7b35301d authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

updates to level and wording

parent eb7d8408
Branches
Tags
No related merge requests found
......@@ -838,7 +838,7 @@ public TimelineEvent addTimelineEvent(
shortDesc, dataSourceId, contentId, artifactId == null ? "<null>" : artifactId));
}
} catch (DuplicateException dupEx) {
logger.log(Level.SEVERE, "Attempt to make file event duplicate.", dupEx);
logger.log(Level.WARNING, "Attempt to make duplicate", dupEx);
return null;
} finally {
caseDB.releaseSingleUserCaseWriteLock();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment