fix wrong logging

This commit is contained in:
Sebastian Sdorra
2015-01-23 22:58:58 +01:00
parent d707f0ee47
commit dd802cda69

View File

@@ -693,7 +693,7 @@ public class RepositoryImportResource
private void handleGenericCreationFailure(Exception ex, String type, private void handleGenericCreationFailure(Exception ex, String type,
String name) String name)
{ {
logger.error(String.format("could not create repository {} with type {}", logger.error(String.format("could not create repository %s with type %s",
type, name), ex); type, name), ex);
throw new WebApplicationException(ex); throw new WebApplicationException(ex);