Allow reporters to be registered for different report types and the type to be
specified at report generation time. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5564 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -69,7 +69,7 @@ public abstract class AbstractSignalHandler
|
||||
*/
|
||||
protected void hupReceived ()
|
||||
{
|
||||
log.info(_repmgr.generateReport());
|
||||
log.info(_repmgr.generateReport(ReportManager.DEFAULT_TYPE));
|
||||
}
|
||||
|
||||
@Inject protected ShutdownManager _shutmgr;
|
||||
|
||||
Reference in New Issue
Block a user