updated log

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@131190 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-09-07 15:23:50 +00:00
parent e51961a033
commit c42dbf04a0
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ public class GisResolver extends HttpServlet{
sendError(resp, HttpServletResponse.SC_INTERNAL_SERVER_ERROR, error);
return;
}finally{
logger.error("Resetting scope");
logger.info("Resetting scope");
ScopeProvider.instance.reset();
}