Skip to content

Commit

Permalink
fix logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Nov 13, 2018
1 parent 00a1b70 commit a7f2701
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -127,7 +127,7 @@ public ResponseEntity<List<Project>> findProjects(
}
if (returnProjects.size() == 0 && returnCode == HttpStatus.OK) {
returnCode = HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE;
logger.debug("No Asset Collection found");
logger.debug("No Projects found");
returnProjects = new ArrayList<Project>();
}

Expand Down

0 comments on commit a7f2701

Please sign in to comment.