summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3849be4fa..87913a801 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -77,6 +77,7 @@
#include "io/sys.h"
#include "debug/logger.h"
+#include "debug/log-display-config.h"
#include "helper/png-write.h"
@@ -630,6 +631,8 @@ sp_main_gui(int argc, char const **argv)
inkscape_gtk_stock_init();
+ Inkscape::Debug::log_display_config();
+
/* Set default icon */
gchar *filename = (gchar *) g_build_filename (INKSCAPE_APPICONDIR, "inkscape.png", NULL);
if (Inkscape::IO::file_test(filename, (GFileTest)(G_FILE_TEST_IS_REGULAR | G_FILE_TEST_IS_SYMLINK))) {