From 11973120b3cfcb521e6943a9653b3322548f808a Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Sun, 6 May 2007 21:30:26 +0000 Subject: add INTERACTION to filters in the environment variable (bzr r2977) --- src/debug/logger.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/debug/logger.cpp') diff --git a/src/debug/logger.cpp b/src/debug/logger.cpp index f425edd47..05064f84e 100644 --- a/src/debug/logger.cpp +++ b/src/debug/logger.cpp @@ -105,6 +105,7 @@ static void set_category_mask(bool * const mask, char const *filter) { { "REFCOUNT", Event::REFCOUNT }, { "EXTENSION", Event::EXTENSION }, { "FINALIZERS", Event::FINALIZERS }, + { "INTERACTION", Event::INTERACTION }, { "OTHER", Event::OTHER }, { NULL, Event::OTHER } }; -- cgit v1.2.3