explicitly instantiate notify category

This commit is contained in:
David Rose 2009-02-12 00:11:44 +00:00
parent 3bef83d72a
commit e10ca3fdb3

View File

@ -376,6 +376,9 @@ MemoryUsage(const MemoryHook &copy) : MemoryHook(copy) {
// messages.
_startup_track_memory_usage = _track_memory_usage;
// Make sure the express category has been instantiated.
express_cat->is_info();
_report_memory_usage = ConfigVariableBool
("report-memory-usage", false,
PRC_DESC("Set this true to enable automatic reporting of allocated objects "