task_21363 #1
|
@ -128,7 +128,7 @@ public class CkanContentModeratorServiceImpl extends RemoteServiceServlet implem
|
||||||
return haveItemInModeration;
|
return haveItemInModeration;
|
||||||
|
|
||||||
} catch (Exception e) {
|
} 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;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue