Enough of this verbosity.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5789 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -127,7 +127,7 @@ public class ShutdownManager
|
|||||||
// shut down all shutdown participants
|
// shut down all shutdown participants
|
||||||
downers.apply(new ObserverList.ObserverOp<Shutdowner>() {
|
downers.apply(new ObserverList.ObserverOp<Shutdowner>() {
|
||||||
public boolean apply (Shutdowner downer) {
|
public boolean apply (Shutdowner downer) {
|
||||||
log.info("Calling shutdown registrant", "downer", downer);
|
log.debug("Calling shutdown registrant", "downer", downer);
|
||||||
downer.shutdown();
|
downer.shutdown();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user