diff options
| author | MenTaLguY <mental@rydia.net> | 2007-05-06 21:30:26 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-05-06 21:30:26 +0000 |
| commit | 11973120b3cfcb521e6943a9653b3322548f808a (patch) | |
| tree | a273f1f8be69d24b0d23148191cfb90e13728240 /src | |
| parent | touch up logging infrastructure in preparation for interaction logging (diff) | |
| download | inkscape-11973120b3cfcb521e6943a9653b3322548f808a.tar.gz inkscape-11973120b3cfcb521e6943a9653b3322548f808a.zip | |
add INTERACTION to filters in the environment variable
(bzr r2977)
Diffstat (limited to 'src')
| -rw-r--r-- | src/debug/logger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 } }; |
