From: mental Date: Sun, 6 May 2007 21:30:26 +0000 (+0000) Subject: add INTERACTION to filters in the environment variable X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ccd85211a38ddde2c3a96b3129a79e227ec3b360;p=inkscape.git add INTERACTION to filters in the environment variable --- 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 } };