PAN-50 Addressed Brittany's comment about logging consistency

This commit is contained in:
2019-03-13 22:05:08 -06:00
parent 47dd67623e
commit d19cb5a989
2 changed files with 2 additions and 2 deletions
@@ -85,7 +85,7 @@ public class DefinitionController {
}
if (definitionDto == null) {
LOG.error("Passed entity is unprocessable");
LOG.error("Passed entity is null");
return new ResponseEntity<>(HttpStatus.BAD_REQUEST);
}
@@ -130,7 +130,7 @@ public class TheoremController {
}
if (theoremDto == null) {
LOG.error("Passed entity is unprocessable");
LOG.error("Passed entity is null");
return new ResponseEntity<>(HttpStatus.BAD_REQUEST);
}