mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
fix wrong log message
This commit is contained in:
@@ -235,7 +235,7 @@ public abstract class AbstractManagerResource<T extends ModelObject,
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.error("error during create", ex);
|
||||
logger.error("error during update", ex);
|
||||
response = createErrorResonse(ex);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user