summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-05-06 21:30:26 +0000
committermental <mental@users.sourceforge.net>2007-05-06 21:30:26 +0000
commit11973120b3cfcb521e6943a9653b3322548f808a (patch)
treea273f1f8be69d24b0d23148191cfb90e13728240 /src
parenttouch up logging infrastructure in preparation for interaction logging (diff)
downloadinkscape-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.cpp1
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 }
};