Better logging

This commit is contained in:
jamesagnew 2018-04-06 09:50:41 -04:00
parent d624556e18
commit 7334800684
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class LoincHandler implements IRecordHandler {
}
}
Validate.isTrue(!myCode2Concept.containsKey(code), "The code {0} has appeared more than once", code);
Validate.isTrue(!myCode2Concept.containsKey(code), "The code %s has appeared more than once", code);
myCode2Concept.put(code, concept);
}
}