mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
fix wrong logging
This commit is contained in:
@@ -553,7 +553,8 @@ public class RepositoryImportResource
|
|||||||
}
|
}
|
||||||
catch (RepositoryAllreadyExistExeption ex)
|
catch (RepositoryAllreadyExistExeption ex)
|
||||||
{
|
{
|
||||||
logger.warn("a {} repository with the name {} already exists", ex);
|
logger.warn("a {} repository with the name {} already exists", type,
|
||||||
|
name);
|
||||||
|
|
||||||
throw new WebApplicationException(Response.Status.CONFLICT);
|
throw new WebApplicationException(Response.Status.CONFLICT);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user