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:
Michael Bayne
2009-05-19 05:16:34 +00:00
parent 3b574d3f0e
commit a6c43b3436
@@ -127,7 +127,7 @@ public class ShutdownManager
// shut down all shutdown participants
downers.apply(new ObserverList.ObserverOp<Shutdowner>() {
public boolean apply (Shutdowner downer) {
log.info("Calling shutdown registrant", "downer", downer);
log.debug("Calling shutdown registrant", "downer", downer);
downer.shutdown();
return true;
}