fix wrong log message

This commit is contained in:
Sebastian Sdorra
2012-03-18 18:55:57 +01:00
parent 1d64651d3f
commit a08d02cf53

View File

@@ -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);
}