task_21363 #1

Closed
francesco.mangiacrapa wants to merge 53 commits from task_21363 into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9c01905b86 - Show all commits

View File

@ -128,7 +128,7 @@ public class CkanContentModeratorServiceImpl extends RemoteServiceServlet implem
return haveItemInModeration;
} catch (Exception e) {
LOG.error("Error occured on checking existsMyItemInModeration, so returning false", e);
LOG.warn("Error occurred on checking existsMyItemInModeration, so returning false");
return false;
}
}