From 8a5df05aa02c2cb08b2d59bf904bc05087fe5c31 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 31 Mar 2006 23:51:19 +0000 Subject: Hide eval debug output deeper to level 5. Report total number of defined variables. svn-id: r21521 --- gui/theme-config.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/theme-config.cpp') diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp index 22c641bb93..9e490ff358 100644 --- a/gui/theme-config.cpp +++ b/gui/theme-config.cpp @@ -522,6 +522,8 @@ void Theme::loadTheme(Common::ConfigFile &config, bool reset) { sprintf(name, "%dx%d", x, y); if (config.hasSection(name)) processResSection(config, name); + + debug(3, "Number of variables: %d", _evaluator->getNumVars()); } } // End of namespace GUI -- cgit v1.2.3