mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Reserve announcement of unimplemented scopes for event broadcast to just debugging.
git-svn-id: http://scm.dspace.org/svn/repo/modules/dspace-services/trunk@4306 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -171,7 +171,7 @@ public class SystemEventService implements EventService, ShutdownService {
|
||||
* @param event a validated event
|
||||
*/
|
||||
private void fireClusterEvent(Event event) {
|
||||
log.warn("fireClusterEvent is not implemented yet, no support for cluster events yet, could not fire event to the cluster: " + event);
|
||||
log.debug("fireClusterEvent is not implemented yet, no support for cluster events yet, could not fire event to the cluster: " + event);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -181,7 +181,7 @@ public class SystemEventService implements EventService, ShutdownService {
|
||||
* @param event a validated event
|
||||
*/
|
||||
private void fireExternalEvent(Event event) {
|
||||
log.warn("fireExternalEvent is not implemented yet, no support for external events yet, could not fire event to external listeners: " + event);
|
||||
log.debug("fireExternalEvent is not implemented yet, no support for external events yet, could not fire event to external listeners: " + event);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user