mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
fix wrong logging
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user